diff --git a/test/testbitmap.c b/test/testbitmap.c index 86ccdbe4f..78b79a77f 100644 --- a/test/testbitmap.c +++ b/test/testbitmap.c @@ -108,7 +108,7 @@ main(int argc, char *argv[]) /* Set 640x480 video mode */ if ((screen = SDL_SetVideoMode(video_w, video_h, video_bpp, videoflags)) == NULL) { - fprintf(stderr, "Couldn't set %%d%d video mode: %s\n", video_w, + fprintf(stderr, "Couldn't set %dx%d %d video mode: %s\n", video_w, video_h, video_bpp, SDL_GetError()); quit(2); }