summaryrefslogtreecommitdiffstats
path: root/src/mangen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r--src/mangen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp
index 8712328..06f0204 100644
--- a/src/mangen.cpp
+++ b/src/mangen.cpp
@@ -619,6 +619,5 @@ void ManGenerator::printDoc(DocNode *n)
ManDocVisitor *visitor = new ManDocVisitor(t,*this);
n->accept(visitor);
delete visitor;
- t << endl;
}