summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 8e0373dc..e829634b 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -835,7 +835,7 @@ gps_mask_t gpsd_poll(struct gps_device_t *session)
if (session->packet.type == COMMENT_PACKET) {
gpsd_report (LOG_PROG, "comment, sync lock deferred\n");
#ifdef PASSTHROUGH_ENABLE
- } if (session->packet.type == JSON_PACKET) {
+ } else if (session->packet.type == JSON_PACKET) {
gpsd_report (LOG_PROG, "JSON, sync lock deferred\n");
#endif /* PASSTHROUGH_ENABLE */
} else if (session->packet.type > COMMENT_PACKET) {