summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-10-11 18:58:59 +0000
committerfoobar <sniper@php.net>2005-10-11 18:58:59 +0000
commit28a0aef13ea4323859a9b7588371e1b5454c4a51 (patch)
tree2f4ba8f279ce324c2e6ef827b833f6087c9201c3 /sapi/cli/php_cli.c
parentc0ec353655e33432023e0230f397bf3b5de81ebe (diff)
downloadphp-git-28a0aef13ea4323859a9b7588371e1b5454c4a51.tar.gz
MFH: removed confusing dot.
Diffstat (limited to 'sapi/cli/php_cli.c')
-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 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;