From 2a7bc8999fb70d2a0cfdd133bf29aa0d8f2d40a7 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 30 Nov 2010 14:56:03 +0000 Subject: [PATCH] fix fumble-fingers [SVN r66895] --- include/boost/detail/lightweight_main.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/detail/lightweight_main.hpp b/include/boost/detail/lightweight_main.hpp index 375f3f4..1705309 100644 --- a/include/boost/detail/lightweight_main.hpp +++ b/include/boost/detail/lightweight_main.hpp @@ -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;