summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-07-03 15:26:12 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-07-03 15:26:12 +0000
commitfd9d9dea1ca783c0e2093da0dc42a876fe934f46 (patch)
tree2bcbbdd5e672ef45e48d7b7048f2815e62ee100f
parent00fbf2af67af05619328882b4f4c5945f89b8a84 (diff)
downloadphp-git-fd9d9dea1ca783c0e2093da0dc42a876fe934f46.tar.gz
Fix build
-rw-r--r--main/rfc1867.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c
index 6afab9c611..12ba613c2c 100644
--- a/main/rfc1867.c
+++ b/main/rfc1867.c
@@ -700,7 +700,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
int max_file_size=0, skip_upload=0, anonindex=0, is_anonymous;
zval *http_post_files=NULL;
#if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)
- int str_len=0
+ int str_len = 0;
#endif
zend_bool magic_quotes_gpc;
multipart_buffer *mbuff;