summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 89a97e3..35001c3 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -327,7 +327,7 @@ class DocCmdMapper
{
if (m_map.find(p->cmdName)!=0)
{
- term(1,"DocCmdMapper: command %s already added\n",p->cmdName);
+ term("DocCmdMapper: command %s already added\n",p->cmdName);
}
Cmd *cmd = new Cmd;
cmd->func = p->handler;