widl: Add the trailing '\n' to an error message.

Francois Gouget fgouget at free.fr
Thu Oct 18 10:10:45 CDT 2007


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

diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index bf24d3f..7bc4c6b 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -863,7 +863,7 @@ static unsigned char conf_string_type_of_char_type(unsigned char t)
         return RPC_FC_C_WSTRING;
     }
 
-    error("string_type_of_char_type: unrecognized type %d", t);
+    error("string_type_of_char_type: unrecognized type %d\n", t);
     return 0;
 }
 
-- 
1.5.3.4




More information about the wine-patches mailing list