Mercurial > sdl-ios-xcode
diff test/testsprite.c @ 2786:6bacfecbf27e
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 25 Nov 2008 02:21:53 +0000 |
parents | 9bbe3bd94be8 |
children | 8c9fa61a521c |
line wrap: on
line diff
--- a/test/testsprite.c Tue Nov 25 02:12:19 2008 +0000 +++ b/test/testsprite.c Tue Nov 25 02:21:53 2008 +0000 @@ -311,7 +311,7 @@ /* Print out some timing information */ now = SDL_GetTicks(); if (now > then) { - double fps = ((double) frames * 1000) / (now - then); + double fps = ((double) frames * 1000) / (now - then); printf("%2.2f frames per second\n", fps); } SDL_Quit();