From 795b233b94ea4356b3623504f19337d39b7a051b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Nov 2013 01:07:26 -0500 Subject: Fix more build breakage. Partial splint cleanup. --- drivers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index 634f6f50..db2f288e 100644 --- a/drivers.c +++ b/drivers.c @@ -245,7 +245,7 @@ static void nmea_event_hook(struct gps_device_t *session, event_t event) } /* *INDENT-OFF* */ -const struct gps_type_t nmea = { +const struct gps_type_t nmea0183 = { .type_name = "Generic NMEA", /* full name of type */ .packet_type = NMEA_PACKET, /* associated lexer packet type */ .flags = DRIVER_NOFLAGS, /* remember this */ @@ -1496,7 +1496,7 @@ extern const struct gps_type_t navcom_binary, superstar2_binary; static const struct gps_type_t *gpsd_driver_array[] = { &unknown, #ifdef NMEA_ENABLE - &nmea, + &nmea0183, #ifdef ASHTECH_ENABLE &ashtech, #endif /* ASHTECHV18_ENABLE */ -- cgit v1.2.1