mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-25 14:42:57 +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);
|
int ret = std::snprintf(tsys, 3, "%s", buff + 9);
|
||||||
if (ret < 0 || ret > 3)
|
if (ret < 0 || ret > 3)
|
||||||
{
|
{
|
||||||
trace(3, "Error reading sp3 header\n")
|
trace(3, "Error reading sp3 header\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (i == 14)
|
else if (i == 14)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user