X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common.h;h=0f800d671e57a7150ec37be24ed6f6aa65dbca05;hb=c3c98c2f7c4d6cb73d3f038e2730ebe791d4492e;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