mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 13:45: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
|
| subnode propdef
|
||||||
{
|
{
|
||||||
yyerror("syntax error: properties must precede subnodes\n");
|
yyerror("syntax error: properties must precede subnodes");
|
||||||
YYERROR;
|
YYERROR;
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue