Alexandre Julliard : widl: Add missing '\n' on error message.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 28 14:40:07 CST 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Feb 28 20:44:24 2007 +0100

widl: Add missing '\n' on error message.

---

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

diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index 9d13a2d..f169f82 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -1428,8 +1428,7 @@ static size_t write_typeformatstring_var(FILE *file, int indent, const func_t *f
             if (pointer_attr)
             {
                 if (! ptr_level)
-                    error("'%s': pointer attribute applied to non-pointer type",
-                          var->name);
+                    error("'%s': pointer attribute applied to non-pointer type\n", var->name);
                 pointer_type = pointer_attr;
             }
             else




More information about the wine-cvs mailing list