summaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-10 06:29:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-10 06:29:48 +0000
commitdbda81f426dc8cc2d2271b5efbe022d50a5f7732 (patch)
tree8af922e3bcdcd80a76587b49be05e9c9d84f88eb /json.c
parentef5669b4f86d2e9c4f9f0bc12576040cbf511cea (diff)
downloadgpsd-dbda81f426dc8cc2d2271b5efbe022d50a5f7732.tar.gz
Continuing the splint cleanup.
Diffstat (limited to 'json.c')
-rw-r--r--json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.c b/json.c
index 923ddd05..9ed51346 100644
--- a/json.c
+++ b/json.c
@@ -62,7 +62,7 @@ has to be inline in the struct.
# define json_debug_trace(args) /*@i1@*/do { } while (0)
#endif /* JSONDEBUG */
-static char *json_target_address(const struct json_attr_t *cursor,
+static /*@null@*/char *json_target_address(const struct json_attr_t *cursor,
/*@null@*/const struct json_array_t *parent,
int offset)
{