diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-15 00:56:47 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-15 00:56:47 +0200 |
commit | 368cb1d14f184bc0ddbdc299e6655195b3a7d288 (patch) | |
tree | 693df1b371e1d90a1f2af97c58e9cb095c3312d7 /client/main.cpp | |
parent | b8a4ef60a8fdde02460d329c8b5caac414c38ebd (diff) |
Welcome message. Docs update
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/main.cpp b/client/main.cpp index d5a8bcc..9e85eb4 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -8,6 +8,6 @@ ProxyClientApp *this_app; int main(int argc, char *argv[]) { Logger::Info("Starting client application\n"); - this_app = new ProxyClientApp(argc, argv); - return this_app->exec(); + this_app = new ProxyClientApp(argc, argv); + return this_app->exec(); } |