From b233ce0dd8f30ce946f52b188552f34e4c1d3064 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 11 Oct 2005 18:58:27 +0000 Subject: [PATCH] - Removed confusing dot. --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1