]> granicus.if.org Git - php/commitdiff
Make sablot compile again. Typo?
authorfoobar <sniper@php.net>
Wed, 17 Jan 2001 11:43:17 +0000 (11:43 +0000)
committerfoobar <sniper@php.net>
Wed, 17 Jan 2001 11:43:17 +0000 (11:43 +0000)
ext/sablot/sablot.c

index 19ed930473d296af2da60883e706101f783b03be..d8a0460e50947b9280dfafe2a416384a09eff4ac 100644 (file)
@@ -886,7 +886,7 @@ PHP_FUNCTION(xslt_set_base)
        SABLOTLS_FETCH();
 
        if (argc < 2 || argc > 3 ||
-           zend_get_parameters_ex(argc, &xh, &scheme, &base,) == FAILURE) {
+           zend_get_parameters_ex(argc, &xh, &scheme, &base) == FAILURE) {
                WRONG_PARAM_COUNT;
        }