Whitespace cleanups

This commit is contained in:
Oliver Jowett 2018-01-09 17:13:34 +00:00
parent daebc372a9
commit 44e8913c2d
5 changed files with 12 additions and 12 deletions

View file

@ -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);