Explorar o código

trimmed trailing spaces

Thomas Fischer %!s(int64=11) %!d(string=hai) anos
pai
achega
692965d552
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/main/main.cpp

+ 1 - 1
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);
         MessageBoxW(NULL, L"Unable to find game dll", L"Error",  MB_OK|MB_ICONWARNING);
         return -1;
         return -1;
     }
     }
-    
+
     HMODULE hGame = LoadLibraryW(dllName.c_str());
     HMODULE hGame = LoadLibraryW(dllName.c_str());
     if (!hGame) {
     if (!hGame) {
         wchar_t error[4096];
         wchar_t error[4096];