From cecc68819d987633d2b138f6a033b0422527ad9c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Feb 2011 18:58:41 -0500 Subject: More name changes related to GST. All regression tests pass. --- libgps_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index 293b9f3a..3cb523f3 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -756,7 +756,7 @@ int main(int argc, char *argv[]) sizeof(struct rtcm3_t), sizeof(struct ais_t), sizeof(struct attitude_t), sizeof(struct rawdata_t), sizeof(collect.devices), sizeof(struct policy_t), - sizeof(struct version_t), sizeof(struct noise_t)); + sizeof(struct version_t), sizeof(struct gst_t)); exit(0); case 'D': debug = atoi(optarg); -- cgit v1.2.1