summaryrefslogtreecommitdiff
path: root/zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'zip.c')
-rw-r--r--zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zip.c b/zip.c
index 5356c44..4b990aa 100644
--- a/zip.c
+++ b/zip.c
@@ -176,8 +176,8 @@ uint8_t *zip_read(zip_file *f, uint32_t index, size_t *out_size)
}
}
break;
-#endif
}
+#endif
default:
free(buf);
return NULL;