X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common.h;h=0f800d671e57a7150ec37be24ed6f6aa65dbca05;hb=e8f5db5d5a80a62069354466c64a9b90a2ced47c;hp=f111348db3286fca692f5f3683c0f131d3a4bd50;hpb=2823a4c8196a02da86ee180cf55586d4e8c91a2f;p=gpsp.git diff --git a/common.h b/common.h index f111348..0f800d6 100644 --- a/common.h +++ b/common.h @@ -135,8 +135,8 @@ #define file_close(filename_tag) \ { \ - sync(); \ fclose(filename_tag); \ + sync(); \ } \ #else @@ -268,8 +268,6 @@ typedef u32 fixed16_16; #define vprintf(format, ap) \ vfprintf(stderr, format, ap) \ - void gp2x_overclock(void); - // #define STDIO_DEBUG #endif