diff options
| -rw-r--r-- | main/fopen_wrappers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index dc114b3d1c..0291ef7cbb 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -412,7 +412,7 @@ PHPAPI FILE *php_fopen_with_path(char *filename, char *mode, char *path, char ** #ifdef PHP_WIN32 if (IS_SLASH(*filename) || (filename[1] == ':')) { #else - if (IS_SLASH(*filename) { + if (IS_SLASH(*filename)) { #endif if (PG(safe_mode)) { if(PG(doc_root)) { |
