From: foobar Date: Tue, 11 Oct 2005 18:58:59 +0000 (+0000) Subject: MFH: removed confusing dot. X-Git-Tag: php-5.1.0RC2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28a0aef13ea4323859a9b7588371e1b5454c4a51;p=php MFH: removed confusing dot. --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 6cefbf303c..11bdc60e3d 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -524,7 +524,7 @@ static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, *lineno = 1; if (!(file_handle->handle.fp = VCWD_FOPEN(script_file, "rb"))) { - php_printf("Could not open input file: %s.\n", script_file); + php_printf("Could not open input file: %s\n", script_file); return FAILURE; } file_handle->filename = script_file;