diff options
Diffstat (limited to 'ds9/parsers/widthparser.tac')
-rw-r--r-- | ds9/parsers/widthparser.tac | 2 |
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} ; %% |