Remove \n from yyerror() call.
The \n is provided by yyerror(). Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
@@ -283,7 +283,7 @@ subnodes:
|
||||
}
|
||||
| subnode propdef
|
||||
{
|
||||
yyerror("syntax error: properties must precede subnodes\n");
|
||||
yyerror("syntax error: properties must precede subnodes");
|
||||
YYERROR;
|
||||
}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user