summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 27d8404..eaa0743 100644
--- a/src/common.h
+++ b/src/common.h
@@ -51,7 +51,7 @@ void *xrealloc(void *ptr, size_t size);
fseek(fp, 0, SEEK_SET); \
fread(buf, sizeof(u32), *size/sizeof(u32), fp); \
\
- return 0; \
+ ret = 0; \
exit: \
fclose(fp); \
return ret; \