X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=common.h;h=0f800d671e57a7150ec37be24ed6f6aa65dbca05;hp=b58228b83dcd4e291b8abd8bf79279b60a20104c;hb=638cc6264cf3e8d1f046885fb68b5a1e22729d06;hpb=788343bb4cbc9ae133ac748f9ce59731bad67f22 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