summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-22 15:50:50 -0700
committerGary E. Miller <gem@rellim.com>2018-09-22 15:50:50 -0700
commitcc5f53abb66a2048d9c318898acb22b2d33376e3 (patch)
tree0fc22320ce06779d31c057dd5e7239f354b0d0bf /gpsd.c
parent58e301a3a0ddeb76edcd039fa74ee3b111776375 (diff)
downloadgpsd-cc5f53abb66a2048d9c318898acb22b2d33376e3.tar.gz
gpsd.c: fix compiler warning.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index 74f58f40..a10a27cf 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1014,7 +1014,7 @@ static bool privileged_user(struct gps_device_t *device)
*/
return subcount <= 1;
}
-#endif __UNUSED_RECONFIGURE__
+#endif /* __UNUSED_RECONFIGURE__ */
static void set_serial(struct gps_device_t *device,
speed_t speed, char *modestring)