summaryrefslogtreecommitdiff
path: root/rtcm2_json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-09 22:10:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-09 22:10:57 +0000
commit48db3e2e6a7fb12f6133725600ed5dc7ae36fdc8 (patch)
tree960c444e3b85960484bcf8d5592d7d2a152bb115 /rtcm2_json.c
parentf8568d0193cd3d5e730b986e79d49fcda7c2367a (diff)
downloadgpsd-48db3e2e6a7fb12f6133725600ed5dc7ae36fdc8.tar.gz
More splint cleanup. All regression tests pass.
Diffstat (limited to 'rtcm2_json.c')
-rw-r--r--rtcm2_json.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtcm2_json.c b/rtcm2_json.c
index 0631aa80..6cc0525b 100644
--- a/rtcm2_json.c
+++ b/rtcm2_json.c
@@ -45,6 +45,7 @@ int json_rtcm2_read(const char *buf,
int status, satcount;
+ /*@ -fullinitblock @*/
const struct json_attr_t rtcm1_satellite[] = {
{"ident", uinteger, STRUCTOBJECT(struct rangesat_t, ident)},
{"udre", uinteger, STRUCTOBJECT(struct rangesat_t, udre)},
@@ -155,6 +156,7 @@ int json_rtcm2_read(const char *buf,
.addr.array.maxlen = NITEMS(stringptrs)},
{NULL},
};
+ /*@ +fullinitblock @*/
#undef RTCM2_HEADER