summaryrefslogtreecommitdiff
path: root/ntpshm.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2009-12-22 23:49:17 +0000
committerGary E. Miller <gem@rellim.com>2009-12-22 23:49:17 +0000
commitbf4bc4c5d45b55ebf215857e8ad46c5824caa8cf (patch)
tree6d2b3c2d462790fb5db64cbc45092e3573a2b221 /ntpshm.c
parentcd40c0ad9876c2253e570692cd0de54c1d79a8e5 (diff)
downloadgpsd-bf4bc4c5d45b55ebf215857e8ad46c5824caa8cf.tar.gz
WHoops, make last patch compile.
Diffstat (limited to 'ntpshm.c')
-rw-r--r--ntpshm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpshm.c b/ntpshm.c
index d477fae1..b395a929 100644
--- a/ntpshm.c
+++ b/ntpshm.c
@@ -79,7 +79,7 @@ void ntpshm_init(struct gps_context_t *context, bool enablepps)
int i;
for (i = 0; i < NTPSHMSEGS; i++) {
- if ( 2 =< i ) {
+ if ( 2 <= i ) {
context->shmTime[i] = NULL;
} else {
// Only grab the first two.