diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-02-25 22:16:24 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-02-25 22:16:24 +0100 |
commit | 916b00a9ec80e5647ddd13bc32c7cbe64d8b42ee (patch) | |
tree | c6f922275096959f642c344caa37fd829a3fe500 /libstorycode/storycode.y | |
parent | 52d08227913e4cbbc593ed2ccb066ee29e4e33c9 (diff) |
Formatting
Diffstat (limited to 'libstorycode/storycode.y')
-rw-r--r-- | libstorycode/storycode.y | 2 |
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 '}' { } ; |