summaryrefslogtreecommitdiff
path: root/libgps_shm.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-28 01:42:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-28 01:42:53 -0400
commitc9236cfabe70ea6782c8d17333facfae8012aad1 (patch)
tree617946fc6c37c875399e410864d2f3a85bd0c564 /libgps_shm.c
parenta6215294142785ee892959da35d1ff8294fe2802 (diff)
downloadgpsd-c9236cfabe70ea6782c8d17333facfae8012aad1.tar.gz
splint cleanup.
Diffstat (limited to 'libgps_shm.c')
-rw-r--r--libgps_shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgps_shm.c b/libgps_shm.c
index a2a1735c..4a26c00d 100644
--- a/libgps_shm.c
+++ b/libgps_shm.c
@@ -122,7 +122,7 @@ int gps_shm_mainloop(struct gps_data_t *gpsdata, int timeout UNUSED,
if (status > 0)
(*hook)(gpsdata);
}
- return 0;
+ //return 0;
}
#endif /* SHM_EXPORT_ENABLE */