summaryrefslogtreecommitdiffstats
path: root/tksao/frame/parser.Y
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/parser.Y')
-rw-r--r--tksao/frame/parser.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/parser.Y b/tksao/frame/parser.Y
index 95e69b1..c11aaee 100644
--- a/tksao/frame/parser.Y
+++ b/tksao/frame/parser.Y
@@ -2224,7 +2224,7 @@ markerCreate :
currentColor,currentDash,currentWidth,currentFont,
currentText,currentProps,NULL,taglist,cblist);}
- | MASK_ STRING {fr->markerCreateMaskCmd($2);}
+ | MASK_ {fr->markerCreateMaskCmd();}
| TEMPLATE_ markerCreateTemplate
;