diff options
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 4f6cd97bbc..22aef0ef79 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -502,7 +502,7 @@ static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, } return SUCCESS; } -/* }} */ +/* }}} */ /* {{{ main */ |