summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-06-22 12:03:55 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-06-22 12:03:55 -0400
commit1659494351729346f821329d39383771ccf3818b (patch)
tree5d9c81c0fd2d159c0cdbc57092f64fe6540a0ee3 /gps.h
parent964f73e5875f8c7ad28ebd32a7326fab4f7e6977 (diff)
downloadgpsd-1659494351729346f821329d39383771ccf3818b.tar.gz
Yet more signedness correction.
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 966a2fee..76873462 100644
--- a/gps.h
+++ b/gps.h
@@ -1154,7 +1154,7 @@ struct ais_t
unsigned int visibility; /* units 0.1 nautical miles */
#define DAC1FID11_VISIBILITY_NOT_AVAILABLE 255
#define DAC1FID11_VISIBILITY_SCALE 10.0
- unsigned int waterlevel; /* decimeters */
+ int waterlevel; /* decimeters */
#define DAC1FID11_WATERLEVEL_NOT_AVAILABLE 511
#define DAC1FID11_WATERLEVEL_OFFSET 100
#define DAC1FID11_WATERLEVEL_SCALE 10.0