summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-05-21 10:23:31 +0000
committerZeev Suraski <zeev@php.net>2003-05-21 10:23:31 +0000
commitcbd712e8c970eb1e07f91f72e379050218beb98c (patch)
treeda8be4f40788c19804943ae5becba94d585517d7
parentb831413ba71098e7046219c7e359c34d46389456 (diff)
downloadphp-git-cbd712e8c970eb1e07f91f72e379050218beb98c.tar.gz
Fix typo
-rw-r--r--sapi/cli/php_cli.c2
1 files changed, 1 insertions, 1 deletions
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;