summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2007-10-05 11:43:09 +0000
committerDavid Soria Parra <dsp@php.net>2007-10-05 11:43:09 +0000
commitfd841a44db9bcc0d6a0193a30b64f20a78064ce9 (patch)
tree06bf8c9527ea8f85e4f470452bcde3c88e934353 /ext
parent7db53fe049cd17b8f9c2864dd1ad560092758479 (diff)
downloadphp-git-fd841a44db9bcc0d6a0193a30b64f20a78064ce9.tar.gz
WS fix. Space instead of tab.
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/spl_directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c
index 27bac2e05f..1b122af5f4 100755
--- a/ext/spl/spl_directory.c
+++ b/ext/spl/spl_directory.c
@@ -323,7 +323,7 @@ static spl_filesystem_object * spl_filesystem_object_create_info(spl_filesystem_
if (!file_path || !file_path_len) {
#if defined(PHP_WIN32)
zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot create SplFileInfo for empty path");
- if (file_path && !use_copy) {
+ if (file_path && !use_copy) {
efree(file_path);
}
return NULL;