From 916b00a9ec80e5647ddd13bc32c7cbe64d8b42ee Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 25 Feb 2019 22:16:24 +0100 Subject: Formatting --- libstorycode/storycode.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '}' { } ; -- cgit v1.2.3