Skip to content

Commit

Permalink
* Remove superfluous f from warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Sep 28, 2009
1 parent 0ba8b20 commit 96a3b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/sdl/sdl_glimp.c
Expand Up @@ -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
Expand Down

0 comments on commit 96a3b4b

Please sign in to comment.