summaryrefslogtreecommitdiff
path: root/gpsdclient.h
diff options
context:
space:
mode:
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};