From 9b2d48e2bd25217906387c3a3da237149989a5e1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 15 Feb 2003 00:11:46 +0000 Subject: [PATCH] eof 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 a3fc64ad45..c8d84594d3 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -585,4 +585,4 @@ static void GameLoop() else SDL_Delay( 2 ); // give more time to other processes and threads, but not so much that we skip sound } -} \ No newline at end of file +}