]> granicus.if.org Git - php/commitdiff
ws fix
authorAntony Dovgal <tony2001@php.net>
Wed, 27 Jul 2005 15:16:14 +0000 (15:16 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 27 Jul 2005 15:16:14 +0000 (15:16 +0000)
main/php_ini.c

index 410c52f52efb62533c86b54b09c74b001a628a32..054f093522440f661855822d4c71fe9d6f3e2da0 100644 (file)
@@ -354,7 +354,7 @@ int php_init_config()
                        if (!realpath(sapi_module.executable_location, binary_location)) {
                                efree(binary_location);
                                binary_location = NULL;                  
-            }
+                       }
                } else {
                        binary_location = NULL;
                }