Syntax error.

This commit is contained in:
clemahieu 2017-01-23 01:08:23 -06:00
commit 5315bebe89

View file

@ -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"));
}