From 70b8e3e8f60ab5316859bcfb3bf12866adbce554 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Fri, 16 Jun 2000 01:08:39 +0000 Subject: [PATCH] - Missed a bracket --- main/fopen_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index dc114b3d1c1..0291ef7cbb4 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)) {