From: Antony Dovgal Date: Tue, 1 Jul 2008 07:56:24 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.3.0alpha1~549 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f2953760b16ff362a4e2b57f32d925f91924251;p=php fix typo --- diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index c326a7ef33..257eb6d723 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -1290,7 +1290,7 @@ PHP_FUNCTION(wddx_add_vars) long packet_id; wddx_packet *packet = NULL; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l+", packet_id, &args, &num_args) == FAILURE) { + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l+", &packet_id, &args, &num_args) == FAILURE) { return; }