aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-28 12:44:43 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-28 12:44:43 +0000
commit712284e8ad585a4d95fd094aeb71818b64501cc7 (patch)
tree45159cd97527d094d17b98e01db6cef6fed66828
parent80923cb5d0fb7b286c5a0760d3eb06bd63e779ed (diff)
downloadioquake3-aero-712284e8ad585a4d95fd094aeb71818b64501cc7.tar.gz
ioquake3-aero-712284e8ad585a4d95fd094aeb71818b64501cc7.zip
* Remove superfluous f from warning
git-svn-id: svn://svn.icculus.org/quake3/trunk@1637 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--code/sdl/sdl_glimp.c2
1 files changed, 1 insertions, 1 deletions
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