mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
core: fix some styles
This commit is contained in:
@@ -549,8 +549,8 @@ weechat_php_exec (struct t_plugin_script *script, int ret_type,
|
||||
|
||||
/* Invoke func */
|
||||
ret_value = NULL;
|
||||
memset(&fci, 0, sizeof (zend_fcall_info));
|
||||
memset(&fci_cache, 0, sizeof (zend_fcall_info_cache));
|
||||
memset (&fci, 0, sizeof (zend_fcall_info));
|
||||
memset (&fci_cache, 0, sizeof (zend_fcall_info_cache));
|
||||
|
||||
zfunc = weechat_php_func_map_get (function);
|
||||
if (zfunc && zend_fcall_info_init (zfunc, 0, &fci, &fci_cache, NULL, NULL) == SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user