summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-02-13 16:22:03 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-02-13 16:22:03 +0000
commit343b92e66e801820377e7278bd143a205b3ab56b (patch)
tree034a9def0877198f6d97e970dff4a2cbec22a768
parentc28753de76606ba6ac9c964704685b765361dff9 (diff)
downloadphp-git-343b92e66e801820377e7278bd143a205b3ab56b.tar.gz
Fixed a typo.
-rwxr-xr-xmain/streams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams.c b/main/streams.c
index c9017fb684..4be5f9ef82 100755
--- a/main/streams.c
+++ b/main/streams.c
@@ -1874,7 +1874,7 @@ PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags)
} else if (flags) {
flags |= O_WRONLY;
} else {
- flags |= O_RDONLY'
+ flags |= O_RDONLY;
}
#ifdef O_BINARY