summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index b58228b..0f800d6 100644
--- a/common.h
+++ b/common.h
@@ -135,8 +135,8 @@
#define file_close(filename_tag) \
{ \
- sync(); \
fclose(filename_tag); \
+ sync(); \
} \
#else