remove extra newline

This commit is contained in:
Glenn Maynard
2003-02-14 18:33:05 +00:00
parent 8adf5ae456
commit 0b1254af16
+1 -1
View File
@@ -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();