Commit 55ba6262 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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: 's avatarFrancois Gouget <fgouget@free.fr> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent d4631ba6
......@@ -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>\" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment