gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] fix typo in drivers define


From: Mike Frysinger
Subject: [gpsd-dev] [PATCH] fix typo in drivers define
Date: Thu, 21 Nov 2013 13:05:02 -0500

Signed-off-by: Mike Frysinger <address@hidden>
---
 drivers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers.c b/drivers.c
index f6b9ee0..6788e71 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 */
-- 
1.8.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]