From 7d85e171e637f8cb8224bf9a1bacbeedabec05c3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 May 2004 09:18:15 +0000 Subject: [PATCH] fix warning --- stepmania/src/global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/global.cpp b/stepmania/src/global.cpp index 89f5940e4b..dd9b1eebf5 100644 --- a/stepmania/src/global.cpp +++ b/stepmania/src/global.cpp @@ -18,7 +18,7 @@ void NORETURN sm_crash( const char *reason ) if( IsDebuggerPresent() ) { DebugBreak(); - return; + while(1); /* don't return */ } #endif