Remove \n from yyerror() call.
The \n is provided by yyerror(). Signed-off-by: Scott Wood <scottwood@freescale.com>main
parent
5695e99d5f
commit
3c3ecaacda
|
@ -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…
Reference in New Issue