Module: wine Branch: master Commit: 599c74296cfdc3ece4af3be0e95b46edd1a0dabb URL: http://source.winehq.org/git/wine.git/?a=commit;h=599c74296cfdc3ece4af3be0e9...
Author: Francois Gouget fgouget@free.fr Date: Thu Oct 18 17:10:45 2007 +0200
widl: Add the trailing '\n' to an error message.
---
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 2245524..6f194b7 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; }