From 0b1254af1696a9e81692bd1f38eb0ef3dd754e43 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Feb 2003 18:33:05 +0000 Subject: [PATCH] remove extra newline --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 000b4e2eaa..04939450ba 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -253,7 +253,7 @@ int main(int argc, char* argv[]) /* Initialize the SDL library. */ if( SDL_InitSubSystem(SDL_INIT_VIDEO) < 0 ) - RageException::Throw( "Couldn't initialize SDL: %s\n", SDL_GetError() ); + RageException::Throw( "Couldn't initialize SDL: %s", SDL_GetError() ); SetIcon();