mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
trimmed trailing spaces
This commit is contained in:
parent
f1bb8a0a73
commit
692965d552
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue