diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -364,6 +364,8 @@ main(int argc, char **argv) fclose(envfile); + envfile = NULL; + if (!o) { fprintf(stderr, "Option -%c must point to a valid JSON object\n", opt); rv = 1; |