summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-09-17 10:04:37 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-09-17 10:04:37 -0400
commit978b7afe869dee677cc37538db1eec0d2fe94fe0 (patch)
treee6a1f59efc2af4a4d1559764fcd28d8087f81109 /gpsd.h-tail
parenta34118b0a18820dc7d034dd04a0108c77ec12326 (diff)
downloadgpsd-978b7afe869dee677cc37538db1eec0d2fe94fe0.tar.gz
splint/cppcheck cleanup.
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 ba932793..4c6a3160 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -822,7 +822,7 @@ extern bool ubx_write(struct gps_device_t *, unsigned int, unsigned int,
/*@null@*/unsigned char *, size_t);
extern bool ais_binary_decode(struct ais_t *,
const unsigned char *, size_t,
- struct ais_type24_queue_t *);
+ /*@null@*/struct ais_type24_queue_t *);
/* debugging apparatus for the client library */
#ifdef CLIENTDEBUG_ENABLE