X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmain.cpp;h=f73ef813c72e77c45baf480b2f08c6fcf7373371;hb=6a38983c19fe78753962288e206c5817ad595448;hp=4a90b74751099e39fa000b3ee13665ca0bc29f50;hpb=cfc8e0b7b15ea505bd6a6a9599cbc5ce1e316963;p=libs%2Fcore.git diff --git a/source/core/main.cpp b/source/core/main.cpp index 4a90b74..f73ef81 100644 --- a/source/core/main.cpp +++ b/source/core/main.cpp @@ -15,7 +15,7 @@ Distributed under the LGPL int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int /*nCmdShow*/) { int argc = 0; - LPWSTR *argv=CommandLineToArgvW(GetCommandLineW(), &argc); + LPWSTR *argv = CommandLineToArgvW(GetCommandLineW(), &argc); return Msp::Application::run(argc, (char **)argv, hInstance); } #endif