summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/bgparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/bgparser.tac')
-rw-r--r--ds9/parsers/bgparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/bgparser.tac b/ds9/parsers/bgparser.tac
index c85eddd..859a114 100644
--- a/ds9/parsers/bgparser.tac
+++ b/ds9/parsers/bgparser.tac
@@ -11,7 +11,7 @@ command : bg
| bg {yyclearin; YYACCEPT} STRING_
;
-bg : STRING_ {Pds9CmdSet bg $1 PrefsBgColor}
+bg : STRING_ {pds9CmdSet bg $1 PrefsBgColor}
;
%%