]> granicus.if.org Git - php/commitdiff
oops
authorAndrey Hristov <andrey@php.net>
Mon, 28 Jun 1999 13:46:58 +0000 (13:46 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 28 Jun 1999 13:46:58 +0000 (13:46 +0000)
ext/standard/basic_functions.c

index 78a04d8b51132194e816cd773b3d57536ba23bd5..8ddde08a6e132b85748cdd47955062342d8e9bbc 100644 (file)
@@ -2681,7 +2681,7 @@ PHP_FUNCTION(array_splice)
 {
        zval       **args,                              /* Function arguments array */
                                *array;                         /* Input array */
-                               *new_hash = NULL;       /* Output array's hash */
+       HashTable               *new_hash = NULL;       /* Output array's hash */
        int                      argc,                          /* Number of function arguments */
                                 offset,
                                 length;