]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Tue, 1 Jul 2008 07:56:24 +0000 (07:56 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 1 Jul 2008 07:56:24 +0000 (07:56 +0000)
ext/wddx/wddx.c

index c326a7ef3351008905753c769414493dae1ebbc9..257eb6d7231c96b475aed31a1d474ebf0774ea87 100644 (file)
@@ -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;
        }