From 466208eafbb54317ebda41ea800cd54fff6a8e20 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 5 Jul 2002 18:16:31 +0000 Subject: Fix typo. --- ext/xmlrpc/xmlrpc-epi-php.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xmlrpc/xmlrpc-epi-php.c') diff --git a/ext/xmlrpc/xmlrpc-epi-php.c b/ext/xmlrpc/xmlrpc-epi-php.c index ae172ecc5e..cc4c483b37 100644 --- a/ext/xmlrpc/xmlrpc-epi-php.c +++ b/ext/xmlrpc/xmlrpc-epi-php.c @@ -1488,7 +1488,7 @@ PHP_FUNCTION(xmlrpc_is_fault) } if (Z_TYPE_P(arg) != IS_ARRAY) { - php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_CC)); + php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_C)); } else { /* The "correct" way to do this would be to call the xmlrpc -- cgit v1.2.1