diff options
Diffstat (limited to 'lib/json.c')
| -rw-r--r-- | lib/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json.c b/lib/json.c index d06bacece4..1d22180e10 100644 --- a/lib/json.c +++ b/lib/json.c @@ -30,7 +30,7 @@ * what. */ int -use_json (const int argc, const struct cmd_token *argv[]) +use_json (const int argc, struct cmd_token *argv[]) { if (argc == 0) return 0; |
