summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2006-09-27 03:44:09 +0000
committerGary E. Miller <gem@rellim.com>2006-09-27 03:44:09 +0000
commit8bafc32468e1bf5b33205e97293b99d927b1855f (patch)
treec465c2a89f0552a7199b9816aae7e7aab1065d00 /packet.c
parent9838bb9cb6e66c2a000881c1f7461c699e6b5af0 (diff)
downloadgpsd-8bafc32468e1bf5b33205e97293b99d927b1855f.tar.gz
Fix GPGSV output, tweak the file comments
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index ac154a3c..2bf20245 100644
--- a/packet.c
+++ b/packet.c
@@ -730,7 +730,7 @@ ssize_t packet_parse(struct gps_device_t *session, size_t fix)
packet_accept(session, GARMIN_PACKET);
else
#endif /* GARMIN_ENABLE */
- packet_accept(session, TSIP_PACKET);
+ packet_accept(session, TSIP_PACKET);
} else
session->packet_state = GROUND_STATE;
packet_discard(session);