[Scummvm-git-logs] scummvm master -> 1c3861c4d1fab5c957ac3588afe0ce2a826c486b

rvanlaar roland at rolandvanlaar.nl
Sun Feb 23 14:48:58 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1c3861c4d1  DIRECTOR: LINGO: removal of extra double quote


Commit: 1c3861c4d1fab5c957ac3588afe0ce2a826c486b
    https://github.com/scummvm/scummvm/commit/1c3861c4d1fab5c957ac3588afe0ce2a826c486b
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-02-23T15:48:33+01:00

Commit Message:
 DIRECTOR: LINGO: removal of extra double quote

The single double quote messes up syntax highlighting.

Changed paths:
    engines/director/lingo/lingo-gr.y


diff --git a/engines/director/lingo/lingo-gr.y b/engines/director/lingo/lingo-gr.y
index d93d8e5..aa7e8c9 100644
--- a/engines/director/lingo/lingo-gr.y
+++ b/engines/director/lingo/lingo-gr.y
@@ -207,7 +207,7 @@ asgn: tPUT expr tINTO ID 		{
 		g_lingo->codeInt($THEENTITYWITHID[0]);
 		g_lingo->codeInt($THEENTITYWITHID[1]);
 		$$ = $expr; }
-	// the <field> of menuItem <expr>" of menu <expr>
+	// the <field> of menuItem <expr> of menu <expr>
 	| tSET THEMENUITEMENTITY simpleexpr tOF ID simpleexpr tTO expr	{
 		if (!$ID->equalsIgnoreCase("menu")) {
 			warning("LEXER: keyword 'menu' expected");




More information about the Scummvm-git-logs mailing list