summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
commit0c0e13106e6b655498b6351f66799d8101486195 (patch)
tree9e86297f541a39a0b9d4df33f750ee498e17eac7 /driver_superstar2.c
parentb31ea3f7b9c084f8f15f79214117e62683e360d9 (diff)
downloadgpsd-0c0e13106e6b655498b6351f66799d8101486195.tar.gz
FIXME -> FIX-ME, so I can walk through these without tripping over autotools.
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 };