summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_superstar2.c')
-rw-r--r--driver_superstar2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_superstar2.c b/driver_superstar2.c
index 9b191100..0ebd8df3 100644
--- a/driver_superstar2.c
+++ b/driver_superstar2.c
@@ -459,7 +459,7 @@ static void superstar2_event_hook(struct gps_device_t *session, event_t event)
(void)superstar2_write(session, (char *)version_msg,
sizeof(version_msg));
- /* FIXME: check to see if this really needs to be resent on reactivation */
+ /* FIX-ME: check to see if this really needs to be resent on reactivation */
if (event == event_identified || event == event_reactivate) {
/*@ +charint @*/
unsigned char svinfo_msg[] = { 0x01, 0xa1, 0x5e, 0x00, 0x00, 0x01 };