diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
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; \ |