summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-09-11 23:10:58 +0000
committerEdin Kadribasic <edink@php.net>2002-09-11 23:10:58 +0000
commitad34142e9759eaa85c3c92e2f72a9740712c353b (patch)
tree7732b6a35dfc5ed701dea1381e6e3785d1f3963d
parent705e72f3630473e54326cc7d63d59080182ae4cd (diff)
downloadphp-git-ad34142e9759eaa85c3c92e2f72a9740712c353b.tar.gz
My compiler likes it like this.
-rw-r--r--ext/standard/filestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c
index 85b28bfe9f..d5d249b6ab 100644
--- a/ext/standard/filestat.c
+++ b/ext/standard/filestat.c
@@ -570,7 +570,7 @@ static void php_stat(const char *filename, php_stat_len filename_length, int typ
}
#ifndef PHP_WIN32
-#if VIRTUAL_DIR
+#ifdef VIRTUAL_DIR
do {
char *tmpname;