]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Use real SDL mouse grab instead of cursor warping (should fix running game
[lugaru.git] / Source / MacCompatibility.h
index 932d0a0fdfa7b85d237048f125a4e898f01bb68b..d1096ae609b28c5f058b74d249059a4f686164ba 100644 (file)
@@ -85,7 +85,7 @@ typedef unsigned int uintptr_t;
 // fix file names to use '/' instead of ':'
 char* ConvertFileName( const char* orgfilename);
 
-#define fopen( a, b) fopen( ConvertFileName( a), b);
+#define fopen( a, b) fopen( ConvertFileName( a), b)
 /*
 inline float abs( float f)
 {