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

Alexandre Julliard julliard at winehq.org
Mon Nov 16 11:43:54 CST 2009


Module: wine
Branch: master
Commit: 61d0d121d04d66322d605d55324fd2e4c6e72dde
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=61d0d121d04d66322d605d55324fd2e4c6e72dde

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Nov 14 15:55:48 2009 +0100

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

---

 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");
 						}
 	;
 




More information about the wine-cvs mailing list