Quickbook: Fix a duplicate warning.

[SVN r75230]
This commit is contained in:
Daniel James
2011-11-01 19:02:01 +00:00
parent bdca375f24
commit 768b61d35b

View File

@@ -462,7 +462,7 @@ namespace quickbook
// Close any open sections.
if (actions.section_level != 0) {
detail::outwarn(actions.filename)
<< "Warning missing [endsect] detected at end of file."
<< "Missing [endsect] detected at end of file."
<< std::endl;
while(actions.section_level > 0) {