From acc6bbfe963d53b611f558a995337c5e9eb7a44e Mon Sep 17 00:00:00 2001 From: Thomas Fischer Date: Fri, 14 Mar 2014 16:35:43 +0100 Subject: [PATCH] Revert "trimmed trailing spaces" This reverts commit 692965d5525aaee74df43e41c18150bc3dff07ea. --- Engine/source/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/main/main.cpp b/Engine/source/main/main.cpp index 55f1499c2..0e82e1ab6 100644 --- a/Engine/source/main/main.cpp +++ b/Engine/source/main/main.cpp @@ -52,7 +52,7 @@ int PASCAL WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdL MessageBoxW(NULL, L"Unable to find game dll", L"Error", MB_OK|MB_ICONWARNING); return -1; } - + HMODULE hGame = LoadLibraryW(dllName.c_str()); if (!hGame) { wchar_t error[4096];