about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsdl1image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedsdl1image.c')
-rw-r--r--src/wrapped/wrappedsdl1image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl1image.c b/src/wrapped/wrappedsdl1image.c
index 66eda2c8..ad405d90 100644
--- a/src/wrapped/wrappedsdl1image.c
+++ b/src/wrapped/wrappedsdl1image.c
@@ -24,7 +24,7 @@ const char* sdl1imageName = "libSDL_image-1.2.so.0";
 
 #include "wrappercallback.h"
 
-#define GO(A) \
+#define GO(A)   \
 void EXPORT *my_##A(x64emu_t* emu, void* a) \
 { \
     SDL1_RWops_t* rw = RWNativeStart(emu, (SDL1_RWops_t*)a); \