summaryrefslogtreecommitdiffstats
path: root/src/doc.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.l')
-rw-r--r--src/doc.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.l b/src/doc.l
index 42dd41f..2ce0a96 100644
--- a/src/doc.l
+++ b/src/doc.l
@@ -2763,7 +2763,7 @@ LINKMASK [^ \t\n\r\\@<&$]+("("[^\n)]*")")?({B}*("const"|"volatile"))?
{
outDoc->newParagraph();
}
- if (ib && currentListIndent.top()=="P")
+ if (ib && *currentListIndent.top()=='P')
{ // inside paragraph block
endBlock();
}