Revert "trimmed trailing spaces"

This reverts commit 692965d552.
This commit is contained in:
Thomas Fischer 2014-03-14 16:35:43 +01:00
parent 692965d552
commit acc6bbfe96

View file

@ -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];