summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2014-12-10 05:36:52 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2015-01-07 21:34:37 -0500
commit3d399796103caaa967bb5566f57bfa2371b01970 (patch)
treed64900a89b31a40f4d13ee8bc8dbebc05a5ab017 /gpsd.h-tail
parenta34ae2ee6421c341ee3123d056d7b994a8fbf9bc (diff)
downloadgpsd-3d399796103caaa967bb5566f57bfa2371b01970.tar.gz
Fixing endif guard in gpsd.h-tail to match guard levels
GARMIN_TEXT was mixed up with NMEA_ENABLED
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 5abe410c..db25ca96 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -554,7 +554,7 @@ struct gps_device_t {
struct tm date; /* date part of last sentence time */
double subseconds; /* subsec part of last sentence time */
} garmintxt;
-#endif /* NMEA_ENABLE */
+#endif /* GARMINTXT_ENABLE */
#ifdef BINARY_ENABLE
#ifdef GEOSTAR_ENABLE
struct {