From 692965d5525aaee74df43e41c18150bc3dff07ea Mon Sep 17 00:00:00 2001 From: Thomas Fischer Date: Tue, 11 Mar 2014 10:58:38 +0100 Subject: [PATCH] trimmed trailing spaces --- 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 0e82e1ab6..55f1499c2 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];