From a1802fab1daa6aa5c75b4b3c2fb9efd14e100274 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 22 Aug 2002 19:32:22 +0000 Subject: [PATCH] (fake commit to test syncinfo) --- stepmania/src/RageLog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index ede8f29ae8..23990f233f 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -10,13 +10,14 @@ ----------------------------------------------------------------------------- */ + #include "RageLog.h" #include "RageUtil.h" #include #include "dxerr8.h" -#pragma comment(lib, "DxErr8.lib") + #pragma comment(lib, "DxErr8.lib") RageLog* LOG; // global and accessable from anywhere in the program