summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-28 12:13:46 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-28 12:13:46 -0400
commit37ec3513a76284d096c781293c1be281480b7c33 (patch)
tree410c6445bfa604d732e49a0d632dfc0e5b07e0b3 /gps.h
parentaf09bce6ea5351939dd4aa6ed6cc20123d57e4b4 (diff)
downloadgpsd-37ec3513a76284d096c781293c1be281480b7c33.tar.gz
splint cleanup.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index f7244de8..80aedb5a 100644
--- a/gps.h
+++ b/gps.h
@@ -1729,7 +1729,7 @@ extern bool gps_waiting(const struct gps_data_t *, int);
extern int gps_stream(struct gps_data_t *, unsigned int, /*@null@*/void *);
extern int gps_mainloop(struct gps_data_t *, int,
void (*)(struct gps_data_t *));
-extern const char /*@observer@*/ *gps_data(const struct gps_data_t *);
+extern const char /*@null observer@*/ *gps_data(const struct gps_data_t *);
extern const char /*@observer@*/ *gps_errstr(const int);
/* dependencies on struct gpsdata_t end hrere */