get the cli compiling again

This commit is contained in:
Mitchell Livingston 2007-04-21 12:37:12 +00:00
parent d31d79b15b
commit 1da1a99023
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ char * getStringRatio( float ratio )
if( ratio == TR_RATIO_NA )
return "n/a";
if( ratio == TR_RATIO_INF )
return "inf";
snprintf( string, sizeof string, "%.3f", ratio );
return string;
}