summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-11-21 13:05:02 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-21 18:37:11 -0500
commit072f42a34d789cd88d9e267ebbc632954f101677 (patch)
tree076e1f6240a2ab120a98d16c33d313d1084a2f49 /drivers.c
parentf05e2532436868744266cacd12afded71f62c94d (diff)
downloadgpsd-072f42a34d789cd88d9e267ebbc632954f101677.tar.gz
fix typo in drivers define
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index f6b9ee04..6788e71a 100644
--- a/drivers.c
+++ b/drivers.c
@@ -1515,7 +1515,7 @@ static const struct gps_type_t *gpsd_driver_array[] = {
&driver_nmea0183,
#ifdef ASHTECH_ENABLE
&driver_ashtech,
-#endif /* ASHTECHV18_ENABLE */
+#endif /* ASHTECH_ENABLE */
#ifdef TRIPMATE_ENABLE
&driver_tripmate,
#endif /* TRIPMATE_ENABLE */