summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2008-01-21 00:43:01 +0000
committerGary E. Miller <gem@rellim.com>2008-01-21 00:43:01 +0000
commita8b4c1338e404d4bf2405c1fc16e5feaeac4aa26 (patch)
tree3624f1f5fb6577ced5620d9db5e1c2654c68f808 /gpsd.h-tail
parent4c02702ffed62869d007602351ed37a93e677fab (diff)
downloadgpsd-a8b4c1338e404d4bf2405c1fc16e5feaeac4aa26.tar.gz
Missed one thing fixing 'typename'.
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 da5b2a3b..04c77287 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -173,7 +173,7 @@ struct gps_device_t;
struct gps_type_t {
/* GPS method table, describes how to talk to a particular GPS type */
- /*@observer@*/char *typename;
+ /*@observer@*/char *type_name;
/*@observer@*//*@null@*/char *trigger;
int channels;
/*@null@*/bool (*probe_detect)(struct gps_device_t *session);