fix fumble-fingers

[SVN r66895]
This commit is contained in:
Beman Dawes
2010-11-30 14:56:03 +00:00
parent 6d861790f7
commit 2a7bc8999f

View File

@ -28,7 +28,8 @@ int main(int argc, char* argv[])
std::cout
<< "\nERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR\n"
<< "\n****************************** std::exception *****************************\n"
<< ex.what() ligh************************************************\n"
<< ex.what()
<< "\n***************************************************************************\n"
<< std::endl;
}
return 1;