From e2a56902c9eb9423be24d4d996d565d05638bbc4 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 16 Sep 2006 23:20:13 +0000 Subject: [PATCH] Check the format. --- stepmania/src/RageException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageException.h b/stepmania/src/RageException.h index e205250c51..d5a1122f72 100644 --- a/stepmania/src/RageException.h +++ b/stepmania/src/RageException.h @@ -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 ); };