* Remove superfluous f from warning

This commit is contained in:
Tim Angus 2009-09-28 12:44:43 +00:00
parent 0ba8b20305
commit 96a3b4b169

View file

@ -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