summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2014-01-02 11:51:26 -0800
committerGary E. Miller <gem@rellim.com>2014-01-02 11:51:26 -0800
commite80451a097589404a450d66627bfe4e433b7e110 (patch)
tree21369438e34b9ea9e9cdb1c3d60a63792fd03f4f /ppsthread.c
parentd6f8a5094f9539afdf1c6a20507d03678a08b1ba (diff)
downloadgpsd-e80451a097589404a450d66627bfe4e433b7e110.tar.gz
ppsthread.c: delete a stray comma
From: Beat Bolli <bbolli@ewanet.ch>
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppsthread.c b/ppsthread.c
index 03170464..d9e431e0 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -348,7 +348,7 @@ static /*@null@*/ void *gpsd_ppsmonitor(void *arg)
* PPS timestamp removes about 20uS of latency, and about +/-5uS
* of jitter
*/
-#ifdef TIOCMIWAIT,
+#ifdef TIOCMIWAIT
/*
* We use of a non-NULL zero timespec here,
* which means to return immediately with -1 (section