--- libelwix/example/test_json.c 2017/11/28 14:57:45 1.1.2.7 +++ libelwix/example/test_json.c 2017/11/28 15:06:04 1.1.2.8 @@ -162,6 +162,7 @@ run_dump(json_t *json, char **args) f = fopen(args[1], "r"); if (!f) { printf("fopen(%s) #%d - %s\n", *args, errno, strerror(errno)); + return 1; } toks = e_malloc(sizeof(jtok_t));