mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 06:42:27 +00:00
Quickbook: Fix a duplicate warning.
[SVN r75230]
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user