trimmed trailing spaces

This commit is contained in:
Thomas Fischer 2014-03-11 10:58:38 +01:00
parent f1bb8a0a73
commit 692965d552

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