summaryrefslogtreecommitdiffstats
path: root/jv_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'jv_file.c')
-rw-r--r--jv_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/jv_file.c b/jv_file.c
index 17c99c60..33d327c7 100644
--- a/jv_file.c
+++ b/jv_file.c
@@ -33,7 +33,6 @@ jv jv_load_file(const char* filename, int raw) {
if (jv_invalid_has_msg(jv_copy(value))) {
jv_free(data);
data = value;
- value = jv_invalid();
break;
}
}