summaryrefslogtreecommitdiff
path: root/gpsdecode.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-25 09:29:35 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-25 09:29:35 -0500
commit0aeee99acd937fe69dc97affd7ebfa66fa635448 (patch)
treef1a678f4308c75ac08e5f1f0b8f691c5a9b3f714 /gpsdecode.c
parentda5c8b32299a85cd10b9d3f6803b063c67784bb0 (diff)
downloadgpsd-0aeee99acd937fe69dc97affd7ebfa66fa635448.tar.gz
-j is supposed to be the default.
Diffstat (limited to 'gpsdecode.c')
-rw-r--r--gpsdecode.c2
1 files changed, 1 insertions, 1 deletions
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;
/**************************************************************************
*