diff options
Diffstat (limited to 'src/doc.l')
-rw-r--r-- | src/doc.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |