aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/fb2opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/sdl/fb2opengl.h')
-rw-r--r--backends/sdl/fb2opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/fb2opengl.h b/backends/sdl/fb2opengl.h
index 690773dd8b..daf6091b13 100644
--- a/backends/sdl/fb2opengl.h
+++ b/backends/sdl/fb2opengl.h
@@ -236,7 +236,7 @@ int FB2GL::init(int width, int height, int xfix, int yfix, char _flags) {
// warning("Screen BitsPerPixel: %d\n",screen->format->BitsPerPixel);
if (!screen) {
- warning("Couldn't start video res %dx%d\n", width, height);
+ warning("Couldn't start video res %dx%d", width, height);
return 0;
}