Remove wrong \n.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 16 Nov 2008 11:45:53 +0000 (11:45 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 16 Nov 2008 11:45:53 +0000 (11:45 +0000)
[r23708]

mangle.c

index 1098307..0a064b0 100644 (file)
--- a/mangle.c
+++ b/mangle.c
@@ -232,7 +232,7 @@ ident *create_name_win32(entity_t *entity)
                                for (int i = get_method_n_params(irtype) - 1; i >= 0; --i) {
                                        size += get_type_size_bytes(get_method_param_type(irtype, i));
                                }
-                               obstack_printf(o, "@%zu\n", size);
+                               obstack_printf(o, "@%zu", size);
                                break;
                        }