Fixed whitespace in testspriteminimal.c

This commit is contained in:
Sam Lantinga 2015-12-24 06:11:05 -08:00
parent 8281cc72ba
commit cbe19d5378
1 changed files with 1 additions and 1 deletions

View File

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