]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/main.cpp
Drop copyright and license notices from source files
[libs/core.git] / source / core / main.cpp
index 4a90b74751099e39fa000b3ee13665ca0bc29f50..84e0f4292e0b644b1afec1f6d740f97407529314 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #endif
@@ -15,7 +8,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