summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-16 02:56:25 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-16 02:56:25 -0400
commitc552e1e9381d2e0da016fa70be444189bebdd55b (patch)
tree365efb94afe99fb0796549ca2872e0212ed3da3e /json.h
parent62bc9311632aaba85f011f4d6306b4e6904d1937 (diff)
downloadgpsd-c552e1e9381d2e0da016fa70be444189bebdd55b.tar.gz
Cosmetic tweak: t_timestamp -> t_time.
Diffstat (limited to 'json.h')
-rw-r--r--json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.h b/json.h
index a1944433..2bfd6f74 100644
--- a/json.h
+++ b/json.h
@@ -9,7 +9,7 @@
typedef enum {t_integer, t_uinteger, t_real,
t_string, t_boolean, t_character,
- t_timestamp,
+ t_time,
t_object, t_structobject, t_array,
t_check} json_type;