diff options
Diffstat (limited to 'example/jsondump.c')
-rw-r--r-- | example/jsondump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jsondump.c b/example/jsondump.c index cf08c5ca5..4fb10fd51 100644 --- a/example/jsondump.c +++ b/example/jsondump.c @@ -122,5 +122,5 @@ again: } } - return 0; + return EXIT_SUCCESS; } |