mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-05 10:17:03 +00:00
Add missing semicolon
This commit is contained in:
parent
a75222eb14
commit
5f5077ffc5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user