Explorar el Código

Fixed whitespace in testspriteminimal.c

Sam Lantinga hace 10 años
padre
commit
cbe19d5378
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/testspriteminimal.c

+ 1 - 1
test/testspriteminimal.c

@@ -184,7 +184,7 @@ main(int argc, char *argv[])
 #else
     while (!done) {
         loop();
-        }
+    }
 #endif
     quit(0);