X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmain.cpp;fp=source%2Fcore%2Fmain.cpp;h=f73ef813c72e77c45baf480b2f08c6fcf7373371;hp=4a90b74751099e39fa000b3ee13665ca0bc29f50;hb=d5dd704b2576f878809e87dbb8ff8591b9bdbce4;hpb=47a232c3c19e718a30281d3ada8acc1b6212ea8c 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