summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-27 09:44:09 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-27 09:44:09 +0000
commit1f2705a78dd65fedec2b98bf4f5890811b3e2c20 (patch)
tree8ee75edb131a1ecb5f5fd1c863ef9e9cb151bf73 /gps.h
parente70228f09b166403fcd10374f5879cdd2f8b0fc1 (diff)
downloadgpsd-1f2705a78dd65fedec2b98bf4f5890811b3e2c20.tar.gz
Simplify some code by making a union anonymous.
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 86cc6955..c1b5f601 100644
--- a/gps.h
+++ b/gps.h
@@ -188,7 +188,7 @@ struct rtcm2_t {
char message[(RTCM2_WORDS_MAX-2) * sizeof(isgps30bits_t)];
/* data from messages of unknown type */
isgps30bits_t words[RTCM2_WORDS_MAX-2];
- } msg_data;
+ };
};
/* RTCM3 report structures begin here */