summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/widthparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/widthparser.tac')
-rw-r--r--ds9/parsers/widthparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/widthparser.tac b/ds9/parsers/widthparser.tac
index b7d03df..8fe7cfe 100644
--- a/ds9/parsers/widthparser.tac
+++ b/ds9/parsers/widthparser.tac
@@ -14,7 +14,7 @@ command : width
| width {yyclearin; YYACCEPT} STRING_
;
-width : INT_ {CanvasCmdSet width $1 UpdateView}
+width : INT_ {ProcessCmdSet canvas width $1 UpdateView}
;
%%