workaround a problem with the harmattan gcc
[drnoksnes] / cpuexec.h
index 8db96b0..495155b 100644 (file)
--- a/cpuexec.h
+++ b/cpuexec.h
@@ -46,7 +46,7 @@
 
 #define DO_HBLANK_CHECK() \
     if (CPU.Cycles >= CPU.NextEvent) \
-       S9xDoHBlankProcessing ();
+               S9xDoHBlankProcessing ();
 
 struct SOpcodes {
        void (*S9xOpcode)();