Browse Source

Fixed whitespace in testspriteminimal.c

Sam Lantinga 9 years ago
parent
commit
cbe19d5378
1 changed files with 1 additions and 1 deletions
  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);