Commit 61d0d121 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

widl: Add a trailing '\n' to an error_loc() call.

parent 54ada514
......@@ -1033,7 +1033,7 @@ m_bitfield: { $$ = NULL; }
struct_declarator: any_declarator m_bitfield { $$ = $1; $$->bits = $2;
if (!$$->bits && !$$->var->name)
error_loc("unnamed fields are not allowed");
error_loc("unnamed fields are not allowed\n");
}
;
......
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