Simplify.

This commit is contained in:
Steve Checkoway
2007-05-06 17:42:11 +00:00
parent 7eaacb3ef1
commit 1ce1b46814
+1 -1
View File
@@ -45,7 +45,7 @@ void RageException::Throw( const char *sFmt, ... )
} }
else else
{ {
printf( "%s\n", msg.c_str() ); puts( msg );
fflush( stdout ); fflush( stdout );
} }