From: foobar Date: Tue, 11 Oct 2005 18:58:27 +0000 (+0000) Subject: - Removed confusing dot. X-Git-Tag: RELEASE_0_9_1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b233ce0dd8f30ce946f52b188552f34e4c1d3064;p=php - Removed confusing dot. --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index ecaf4f7f9d..7d03a157dc 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -530,7 +530,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;