summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-30 17:27:33 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-30 17:27:33 +0000
commit8f36eb055324dbb0149b8d083995bfce20770e4c (patch)
treeed91e43eb2cb585bfaef171568f23bf8d7b11fe5 /drivers.c
parentaa6a40ff41bea8c454562a336a29f6613dbcf02c (diff)
downloadgpsd-8f36eb055324dbb0149b8d083995bfce20770e4c.tar.gz
Check in regress-builder, after having used it to detect some minor build
problems created by the last big refactoring patch.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index 4c2429bc..3eba2b07 100644
--- a/drivers.c
+++ b/drivers.c
@@ -689,7 +689,7 @@ static int tnt_packet_sniff(struct gps_device_t *session)
gpsd_report(LOG_RAW, "sleep(1)\n");
(void)sleep(1);
} else if (generic_get(session) >= 0) {
- if((session->packet.type == NMEA_PACKET)&&(session->packet_state == NMEA_RECOGNIZED))
+ if((session->packet.type == NMEA_PACKET)&&(session->packet.state == NMEA_RECOGNIZED))
{
gpsd_report(LOG_RAW, "tnt_packet_sniff returns %d\n",session->packet.type);
return session->packet.type;