summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
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 5056aad7..4cb87f97 100644
--- a/gps.h
+++ b/gps.h
@@ -475,7 +475,7 @@ typedef /*@unsignedintegraltype@*/ unsigned int gps_mask_t;
struct ais_t
{
- uint msgtype; /* message type */
+ uint type; /* message type */
uint repeat; /* Repeat indicator */
uint mmsi; /* MMSI */
union {