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