Sfoglia il codice sorgente

Fixed whitespace in testspriteminimal.c

Sam Lantinga 9 anni fa
parent
commit
cbe19d5378
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/testspriteminimal.c

+ 1 - 1
test/testspriteminimal.c

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