diff options
| author | Edin Kadribasic <edink@php.net> | 2002-09-11 23:10:58 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2002-09-11 23:10:58 +0000 |
| commit | ad34142e9759eaa85c3c92e2f72a9740712c353b (patch) | |
| tree | 7732b6a35dfc5ed701dea1381e6e3785d1f3963d | |
| parent | 705e72f3630473e54326cc7d63d59080182ae4cd (diff) | |
| download | php-git-ad34142e9759eaa85c3c92e2f72a9740712c353b.tar.gz | |
My compiler likes it like this.
| -rw-r--r-- | ext/standard/filestat.c | 2 |
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; |
