diff options
Diffstat (limited to 'src/json.c')
-rw-r--r-- | src/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c index 2a5b5e482..cca6f7044 100644 --- a/src/json.c +++ b/src/json.c @@ -1056,7 +1056,7 @@ theend: * "options" can be JSON_JS or zero; * Return FAIL if not the whole message was consumed. */ - int + static int json_decode_all(js_read_T *reader, typval_T *res, int options) { int ret; |