diff options
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r-- | src/commentcnv.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l index cfb3846..668e2e9 100644 --- a/src/commentcnv.l +++ b/src/commentcnv.l @@ -238,7 +238,7 @@ void replaceComment(int offset); g_readLineCtx=YY_START; BEGIN(ReadLine); } -<SComment>^[ \t]*"//!"/.*\n { +<SComment>^[ \t]*"//!"/.*\n { replaceComment(0); g_readLineCtx=YY_START; BEGIN(ReadLine); |