From: David Kastrup Date: Sun, 8 Jan 2012 13:26:24 +0000 (+0100) Subject: parser.yy: Typo fix. X-Git-Tag: release/2.15.25-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82efa40ed14c81d619624e2589523ddfd6fb7998;p=lilypond.git parser.yy: Typo fix. --- diff --git a/lily/parser.yy b/lily/parser.yy index 415e8cb83e..901ac1a1cb 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -1277,7 +1277,7 @@ function_arglist_skip: { $$ = scm_cons ($1, $3); } %prec FUNCTION_ARGLIST - | EXPECT_SCM EXPECT_DURATION function_arglist_skip + | EXPECT_OPTIONAL EXPECT_SCM function_arglist_skip { $$ = scm_cons ($1, $3); } %prec FUNCTION_ARGLIST