summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authornotaz2009-06-06 23:33:15 +0300
committernotaz2009-06-06 23:33:15 +0300
commit638cc6264cf3e8d1f046885fb68b5a1e22729d06 (patch)
tree031b4138744685d5a7c00505ec4d5f8c38c3919e /common.h
parent788343bb4cbc9ae133ac748f9ce59731bad67f22 (diff)
downloadpicogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.tar.gz
picogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.tar.bz2
picogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.zip
cpu clock setup, save rom dir, cleanups
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