From a88e5c6e8d6da95655c69d63bc1983a471850b36 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 10 Nov 2002 21:24:54 +0000 Subject: - Remove \n from error messages --- ext/com/COM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/com') diff --git a/ext/com/COM.c b/ext/com/COM.c index c1c4f130a1..cda4ef7480 100644 --- a/ext/com/COM.c +++ b/ext/com/COM.c @@ -1339,7 +1339,7 @@ static int process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int prin ret = 1; } else { - zend_error(E_WARNING, "Thats not a dispatchable interface!! type kind = %08x\n", attr->typekind); + zend_error(E_WARNING, "Thats not a dispatchable interface!! type kind = %08x", attr->typekind); } typeinfo->lpVtbl->ReleaseTypeAttr(typeinfo, attr); -- cgit v1.2.1