Add missing semicolon

This commit is contained in:
Carles Fernandez 2023-03-21 09:26:43 +01:00
parent a75222eb14
commit 5f5077ffc5
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ int readsp3h(FILE *fp, gtime_t *time, char *type, int *sats,
int ret = std::snprintf(tsys, 3, "%s", buff + 9);
if (ret < 0 || ret > 3)
{
trace(3, "Error reading sp3 header\n")
trace(3, "Error reading sp3 header\n");
}
}
else if (i == 14)