Skip to content

Commit

Permalink
Syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Jan 23, 2017
1 parent b91b6f7 commit 5315beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/rai_wallet/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
Expand Down

0 comments on commit 5315beb

Please sign in to comment.