mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 05:35:07 -05:00
Remove \n from yyerror() call.
The \n is provided by yyerror(). Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
5695e99d5f
commit
3c3ecaacda
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ subnodes:
|
|||
}
|
||||
| subnode propdef
|
||||
{
|
||||
yyerror("syntax error: properties must precede subnodes\n");
|
||||
yyerror("syntax error: properties must precede subnodes");
|
||||
YYERROR;
|
||||
}
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue