[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH] ppsthread.c: delete a stray comma
From: |
Beat Bolli |
Subject: |
[gpsd-dev] [PATCH] ppsthread.c: delete a stray comma |
Date: |
Wed, 1 Jan 2014 12:26:19 +0100 |
Signed-off-by: Beat Bolli <address@hidden>
---
ppsthread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ppsthread.c b/ppsthread.c
index 9e8e85e..6d64ef5 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -348,7 +348,7 @@ static /address@hidden@*/ 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
--
1.8.5.2
- [gpsd-dev] [PATCH] ppsthread.c: delete a stray comma,
Beat Bolli <=