- Remove \n from error messages

This commit is contained in:
Derick Rethans 2002-11-10 21:24:54 +00:00
parent 2007517447
commit a88e5c6e8d
5 changed files with 11 additions and 11 deletions

View file

@ -555,7 +555,7 @@ ZEND_API int php_COM_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name
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);