Check the format.

This commit is contained in:
Steve Checkoway
2006-09-16 23:20:13 +00:00
parent aacfdc0727
commit e2a56902c9
+1 -1
View File
@@ -5,7 +5,7 @@
namespace RageException
{
void NORETURN Throw(const char *fmt, ...);
void NORETURN Throw( const char *fmt, ... ) PRINTF(1,2);
void SetCleanupHandler( void (*pHandler)(const RString &sError) );
void CallCleanupHandler( const RString &sError );
};