summaryrefslogtreecommitdiff
path: root/gpsd_json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-05 17:29:19 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-05 17:29:19 -0400
commita939b3dbf48d351930612bb2350653b65e3e952f (patch)
treea33856dce788c9bd509a71ef03a9908cb338ea72 /gpsd_json.c
parenta4c8aba49663e983493c89db8bdc931762200101 (diff)
downloadgpsd-a939b3dbf48d351930612bb2350653b65e3e952f.tar.gz
Fix a small slipup.
Diffstat (limited to 'gpsd_json.c')
-rw-r--r--gpsd_json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd_json.c b/gpsd_json.c
index 722b8e09..cd3b7e2f 100644
--- a/gpsd_json.c
+++ b/gpsd_json.c
@@ -2835,6 +2835,7 @@ void json_aivdm_dump(const struct ais_t *ais,
EMMA_CLASS_DISPLAY(ais->type8.dac200fid23.class),
ais->type8.dac200fid23.wind,
EMMA_WIND_DISPLAY(ais->type8.dac200fid23.wind));
+ structured = true;
break;
}
}