]> granicus.if.org Git - php/commitdiff
Add missing end-folding delimiter
authorJohn Donagher <jdonagher@php.net>
Wed, 23 May 2001 01:50:11 +0000 (01:50 +0000)
committerJohn Donagher <jdonagher@php.net>
Wed, 23 May 2001 01:50:11 +0000 (01:50 +0000)
ext/standard/array.c

index e044afd82a5c7847bbb120f475a25b3967b4f839..4e35c9e2695b9f61617794ef3656f69f32dc51d8 100644 (file)
@@ -232,6 +232,7 @@ PHP_FUNCTION(ksort)
        }
        RETURN_TRUE;
 }
+/* }}} */
 
 /* {{{ proto int count(mixed var)
    Count the number of elements in a variable (usually an array) */