summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-11-01 03:11:38 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-11-01 03:11:38 +0000
commitd50c8b038212c13465ac08a17bc8ae1194feb7ea (patch)
treecd2d2a274c7f1b6bf9de98a746f8dfa1b30fc85d /drivers.c
parent5c767bc7f0bb3a6f49d5ff75e41fd0c2e2ef332b (diff)
downloadgpsd-d50c8b038212c13465ac08a17bc8ae1194feb7ea.tar.gz
fix syntax error
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index 41a3adee..b3421319 100644
--- a/drivers.c
+++ b/drivers.c
@@ -697,7 +697,7 @@ struct gps_type_t trueNorth = {
.typename = "True North", /* full name of type */
.trigger = " TNT1500",
.channels = 0, /* not an actual GPS at all */
- .probe_wakeup = NULL; /* this will become a real method */
+ .probe_wakeup = NULL, /* this will become a real method */
.probe_detect = tnt_probe, /* probe by sending ID query */
.probe_subtype = tnt_probe_subtype,/* probe for True North Digital Compass */
.get_packet = packet_get, /* how to get a packet */