summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xs_json.h2
-rw-r--r--xs_version.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/xs_json.h b/xs_json.h
index 639b52d..e9dc052 100644
--- a/xs_json.h
+++ b/xs_json.h
@@ -436,8 +436,6 @@ static xs_dict *_xs_json_load_object(FILE *f)
xs_dict *d = xs_dict_new();
int c = 0;
- d = xs_dict_new();
-
for (;;) {
xs *k = NULL;
xs *v = NULL;
diff --git a/xs_version.h b/xs_version.h
index 0861699..d888d29 100644
--- a/xs_version.h
+++ b/xs_version.h
@@ -1 +1 @@
-/* 4e5fe7e454d056206a6515e5c10f71d2d07aa0ba */
+/* 40d63c59610c642d1c8b2e2b94bbf5cdde69ad6a */