mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- Remove \n from error messages
This commit is contained in:
parent
2007517447
commit
a88e5c6e8d
5 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue