From 0aeee99acd937fe69dc97affd7ebfa66fa635448 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 25 Feb 2011 09:29:35 -0500 Subject: -j is supposed to be the default. --- gpsdecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsdecode.c') diff --git a/gpsdecode.c b/gpsdecode.c index 57f88b0b..f0d4af68 100644 --- a/gpsdecode.c +++ b/gpsdecode.c @@ -16,7 +16,7 @@ static int verbose = 0; static bool scaled = true; -static bool json = false; +static bool json = true; /************************************************************************** * -- cgit v1.2.1