]> granicus.if.org Git - php/commitdiff
ws fix
authorfoobar <sniper@php.net>
Fri, 15 Nov 2002 07:21:33 +0000 (07:21 +0000)
committerfoobar <sniper@php.net>
Fri, 15 Nov 2002 07:21:33 +0000 (07:21 +0000)
ext/standard/dir.c

index d0e8c042b5dd3c3eddc48e2e8e248e4504e98cbb..73374d04340ed4a946e2b4c3b9a0a45cfe2d89c1 100644 (file)
@@ -131,8 +131,8 @@ PHP_MINIT_FUNCTION(dir)
        dirsep_str[0] = DEFAULT_SLASH;
        dirsep_str[1] = '\0';
        REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", dirsep_str, CONST_CS|CONST_PERSISTENT);
-    pathsep_str[0] = ZEND_PATHS_SEPARATOR;
-    pathsep_str[1] = '\0';
+       pathsep_str[0] = ZEND_PATHS_SEPARATOR;
+       pathsep_str[1] = '\0';
        REGISTER_STRING_CONSTANT("PATH_SEPARATOR", pathsep_str, CONST_CS|CONST_PERSISTENT);
 
 #ifdef HAVE_GLOB