From: Zeev Suraski Date: Wed, 21 May 2003 10:23:31 +0000 (+0000) Subject: Fix typo X-Git-Tag: php-4.3.2RC4~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbd712e8c970eb1e07f91f72e379050218beb98c;p=php Fix typo --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 2f157c4d60..422fe53a6e 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -754,7 +754,7 @@ int main(int argc, char *argv[]) file_handle.filename = "-"; file_handle.handle.fp = stdin; } - file_handle.type = ZEND_HANDLE_FP + file_handle.type = ZEND_HANDLE_FP; file_handle.opened_path = NULL; file_handle.free_filename = 0; php_self = file_handle.filename;