summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index 5b521ef..f3367a4 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -729,7 +729,7 @@ MAILADR ("mailto:")?[a-z_A-Z0-9.+-]+"@"[a-z_A-Z0-9-]+("."[a-z_A-Z0-9\-]+)+[a-z
BEGIN(Scan);
}
<ReadLine>"/**" {
- copyToOutput("/&zwj;**",8);
+ copyToOutput(yyscanner,"/&zwj;**",8);
}
<ReadLine>"*/" {
copyToOutput(yyscanner,"*&zwj;/",7);