diff --git a/rai/rai_wallet/entry.cpp b/rai/rai_wallet/entry.cpp index 29402ae980..9ff4544a94 100755 --- a/rai/rai_wallet/entry.cpp +++ b/rai/rai_wallet/entry.cpp @@ -310,7 +310,7 @@ int main (int argc, char * const * argv) { std::cerr << boost::str (boost::format ("Exception while initializing %1%") % e.what ()); } - catch (...)) + catch (...) { std::cerr << boost::str (boost::format ("Unknown exception while initializing")); }