[Crosstoolchain-logs] [device-tree-compiler] 238/357: Remove \n from yyerror() call.
Hector Oron
zumbi at moszumanska.debian.org
Thu Dec 8 17:06:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.
commit 3c3ecaacda4f7ef201d02682382a64674661cae3
Author: Scott Wood <scottwood at freescale.com>
Date: Fri Jan 4 15:10:47 2008 -0600
Remove \n from yyerror() call.
The \n is provided by yyerror().
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
dtc-parser.y | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dtc-parser.y b/dtc-parser.y
index da7f6f5..bae3c32 100644
--- a/dtc-parser.y
+++ b/dtc-parser.y
@@ -283,7 +283,7 @@ subnodes:
}
| subnode propdef
{
- yyerror("syntax error: properties must precede subnodes\n");
+ yyerror("syntax error: properties must precede subnodes");
YYERROR;
}
;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git
More information about the Crosstoolchain-logs
mailing list