From 712284e8ad585a4d95fd094aeb71818b64501cc7 Mon Sep 17 00:00:00 2001 From: tma Date: Mon, 28 Sep 2009 12:44:43 +0000 Subject: * Remove superfluous f from warning git-svn-id: svn://svn.icculus.org/quake3/trunk@1637 edf5b092-35ff-0310-97b2-ce42778d08ea --- 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 2ed73ea..25d1ca4 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 -- cgit v1.2.3