]> granicus.if.org Git - php/commitdiff
Fixed a typo.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 13 Feb 2003 16:22:03 +0000 (16:22 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 13 Feb 2003 16:22:03 +0000 (16:22 +0000)
main/streams.c

index c9017fb68452fa1f8f5f19f7a26069fd2008103d..4be5f9ef823305d65547724657d315ca104b6735 100755 (executable)
@@ -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