$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51803 - trunk/tools/quickbook/detail
From: daniel_james_at_[hidden]
Date: 2009-03-16 16:21:24
Author: danieljames
Date: 2009-03-16 16:21:24 EDT (Mon, 16 Mar 2009)
New Revision: 51803
URL: http://svn.boost.org/trac/boost/changeset/51803
Log:
Detab
Text files modified:
trunk/tools/quickbook/detail/quickbook.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/quickbook/detail/quickbook.cpp
==============================================================================
--- trunk/tools/quickbook/detail/quickbook.cpp (original)
+++ trunk/tools/quickbook/detail/quickbook.cpp 2009-03-16 16:21:24 EDT (Mon, 16 Mar 2009)
@@ -92,7 +92,7 @@
if(actor.error_count)
{
detail::outerr(filein_)
- << "Error count: " << actor.error_count << ".\n";
+ << "Error count: " << actor.error_count << ".\n";
}
return actor.error_count ? 1 : 0;