wrc: Remove the trailing linefeed from a parser_error() message.
Unlike most other trace and error reporting functions, parser_error() appends a linefeed to the error message. Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d4631ba675
commit
55ba6262d2
|
@ -429,7 +429,7 @@ L\" {
|
|||
yy_push_state(tklstr);
|
||||
wbufidx = 0;
|
||||
if(!win32)
|
||||
parser_error("16bit resource contains unicode strings\n");
|
||||
parser_error("16bit resource contains unicode strings");
|
||||
}
|
||||
<tklstr>\"{ws}+ |
|
||||
<tklstr>\" {
|
||||
|
|
Loading…
Reference in New Issue