summaryrefslogtreecommitdiff
path: root/gpsdclient.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-09 23:01:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-09 23:01:13 +0000
commitef5669b4f86d2e9c4f9f0bc12576040cbf511cea (patch)
tree56a4130d6809450e089e774dd79f8fcf0c321551 /gpsdclient.h
parent48db3e2e6a7fb12f6133725600ed5dc7ae36fdc8 (diff)
downloadgpsd-ef5669b4f86d2e9c4f9f0bc12576040cbf511cea.tar.gz
Yet more splint cleanup. All regression tests pass.
Diffstat (limited to 'gpsdclient.h')
-rw-r--r--gpsdclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsdclient.h b/gpsdclient.h
index 63fe0f16..fb3fe0c5 100644
--- a/gpsdclient.h
+++ b/gpsdclient.h
@@ -9,7 +9,7 @@ struct fixsource_t
char *spec; /* pointer to actual storage */
char *server;
char *port;
- char *device;
+ /*@null@*/char *device;
};
enum unit {unspecified, imperial, nautical, metric};