summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/regionparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/regionparser.tac b/ds9/parsers/regionparser.tac
index e28c898..85d63b3 100644
--- a/ds9/parsers/regionparser.tac
+++ b/ds9/parsers/regionparser.tac
@@ -260,7 +260,7 @@ shape : CIRCLE_ {set _ circle}
| COMPOSITE_ {set _ composite}
;
-point : {set _ ""}
+point : {set _ boxcircle}
| CIRCLE_ {set _ circle}
| BOX_ {set _ box}
| DIAMOND_ {set _ diamond}