From a61e28529df634963c0967e59aae673f8fc7741e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 21 Jan 2015 12:56:08 -0500 Subject: Easy splint cleanups. All regression tests pass. --- gpsdecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsdecode.c') diff --git a/gpsdecode.c b/gpsdecode.c index 71a071d1..f9d6965e 100644 --- a/gpsdecode.c +++ b/gpsdecode.c @@ -23,7 +23,7 @@ static bool pseudonmea = false; static bool split24 = false; static unsigned int ntypes = 0; static unsigned int typelist[32]; -struct gps_context_t context; +static struct gps_context_t context; /************************************************************************** * -- cgit v1.2.1