changeset 9922 | b066d5fd5fa7 |
parent 9619 | b94b6d0bff0f |
child 9965 | c9e808986712 |
--- a/test/testspriteminimal.c Wed Nov 25 21:31:02 2015 +0100 +++ b/test/testspriteminimal.c Wed Nov 25 21:39:28 2015 +0100 @@ -150,7 +150,7 @@ int i; - /* Enable standard application logging */ + /* Enable standard application logging */ SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO); if (SDL_CreateWindowAndRenderer(WINDOW_WIDTH, WINDOW_HEIGHT, 0, &window, &renderer) < 0) {