diff options
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(); } |