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

Francois Gouget fgouget at free.fr
Sat Nov 14 08:55:48 CST 2009


---

It's marked as requiring a trailing '\n' in my script and all the other 
calls seem to have one.

 tools/widl/parser.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/widl/parser.y b/tools/widl/parser.y
index de44ab5..73b48a2 100644
--- a/tools/widl/parser.y
+++ b/tools/widl/parser.y
@@ -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");
 						}
 	;
 
-- 
1.6.3.3




More information about the wine-patches mailing list