aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstorycode/storycode.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index 3744cc4..d476acc 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -242,7 +242,7 @@ imageframe:
;
textframe:
- TEXTFRAME frame_options multi_line_string { }
+ TEXTFRAME frame_options multi_line_string { }
| TEXTFRAME frame_options '{' multi_line_string '}' { }
;