Whitespace cleanups
This commit is contained in:
parent
daebc372a9
commit
44e8913c2d
5 changed files with 12 additions and 12 deletions
2
mode_s.c
2
mode_s.c
|
|
@ -716,7 +716,7 @@ static void decodeESIdentAndCategory(struct modesMessage *mm)
|
|||
mm->callsign[6] = ais_charset[getbits(me, 45, 50)];
|
||||
mm->callsign[7] = ais_charset[getbits(me, 51, 56)];
|
||||
mm->callsign[8] = 0;
|
||||
|
||||
|
||||
// A common failure mode seems to be to intermittently send
|
||||
// all zeros. Catch that here.
|
||||
mm->callsign_valid = (strcmp(mm->callsign, "@@@@@@@@") != 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue