Syntax error.
This commit is contained in:
parent
b91b6f779d
commit
5315bebe89
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue