From 96a3b4b169c51b2c6974a4f08d96f896ddf86ead Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 28 Sep 2009 12:44:43 +0000 Subject: [PATCH] * Remove superfluous f from warning --- code/sdl/sdl_glimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/sdl/sdl_glimp.c b/code/sdl/sdl_glimp.c index 2ed73ead..25d1ca4e 100644 --- a/code/sdl/sdl_glimp.c +++ b/code/sdl/sdl_glimp.c @@ -251,7 +251,7 @@ static int GLimp_SetMode( int mode, qboolean fullscreen ) else { ri.Printf( PRINT_ALL, - "Cannot estimate display aspect, assuming 1.333f\n" ); + "Cannot estimate display aspect, assuming 1.333\n" ); } } #endif