diff --git a/src/main.cpp b/src/main.cpp index a51aa1c41..9f5b84fdf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,7 @@ using namespace boost; void startApp() { - theApp=new Application(); + theApp = new Application(); theApp->run(); // blocks till we get a stop RPC }