summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-01-01 14:53:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-01-01 14:53:16 +0000
commitc91a8ae8dc4f3a3221c5c11540beafcc17e62790 (patch)
treee6d9fa69160c2ddacfd6508c513b4b0504ed5ec3 /drivers.c
parent71b0abd00ad1b3a1b56d6ce0a650ebc0dddbd1b5 (diff)
downloadgpsd-c91a8ae8dc4f3a3221c5c11540beafcc17e62790.tar.gz
Minor splint cleanups. All regressio tests pass.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers.c b/drivers.c
index d7270c6d..2d84b2fc 100644
--- a/drivers.c
+++ b/drivers.c
@@ -221,6 +221,7 @@ static void nmea_probe_subtype(struct gps_device_t *session, unsigned int seq)
case 5:
/* probe for Furuno Electric GH-79L4-N (GPSClock) */
(void)nmea_send(session->gpsdata.gps_fd, "$PFEC,GPsrq");
+ break;
#endif /* GPSCLOCK_ENABLE */
#ifdef ASHTECH_ENABLE
case 6: