[quake3-commits] r1637 - trunk/code/sdl
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Sep 28 08:44:43 EDT 2009
Author: tma
Date: 2009-09-28 08:44:43 -0400 (Mon, 28 Sep 2009)
New Revision: 1637
Modified:
trunk/code/sdl/sdl_glimp.c
Log:
* Remove superfluous f from warning
Modified: trunk/code/sdl/sdl_glimp.c
===================================================================
--- trunk/code/sdl/sdl_glimp.c 2009-09-28 11:57:16 UTC (rev 1636)
+++ trunk/code/sdl/sdl_glimp.c 2009-09-28 12:44:43 UTC (rev 1637)
@@ -251,7 +251,7 @@
else
{
ri.Printf( PRINT_ALL,
- "Cannot estimate display aspect, assuming 1.333f\n" );
+ "Cannot estimate display aspect, assuming 1.333\n" );
}
}
#endif
More information about the quake3-commits
mailing list