summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/commentcnv.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 031b6f5..a5dd0af 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -650,6 +650,7 @@ void replaceComment(int offset);
}
else
{
+ g_nestingCount--;
g_pythonDocString = FALSE;
copyToOutput(yytext,(int)yyleng);
BEGIN(Scan);