From a160dcb65f1258214d32870f281bbae46a4b6f47 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel Date: Mon, 19 Dec 2011 16:13:37 -0700 Subject: fix bug in f7e95b936f1d53b1f19a93d7cdca0821d7e09f93 - extra comma in reformatter usage --- reformatter/json_reformat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reformatter/json_reformat.c b/reformatter/json_reformat.c index ce77c11..d7d714d 100644 --- a/reformatter/json_reformat.c +++ b/reformatter/json_reformat.c @@ -98,13 +98,13 @@ usage(const char * progname) fprintf(stderr, "%s: reformat json from stdin\n" "usage: json_reformat [options]\n" " -m minimize json rather than beautify (default)\n" - " -u allow invalid UTF8 inside strings during parsing\n", + " -u allow invalid UTF8 inside strings during parsing\n" " -e escape any forward slashes (for embedding in HTML)\n", progname); exit(1); - } + int main(int argc, char ** argv) { -- cgit v1.2.1