]> granicus.if.org Git - php/commitdiff
- Removed confusing dot.
authorfoobar <sniper@php.net>
Tue, 11 Oct 2005 18:58:27 +0000 (18:58 +0000)
committerfoobar <sniper@php.net>
Tue, 11 Oct 2005 18:58:27 +0000 (18:58 +0000)
sapi/cli/php_cli.c

index ecaf4f7f9dfec7efddc757cab18857b3ff2d44cc..7d03a157dc6a89d78f0ae14fb81b51dadbe401af 100644 (file)
@@ -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;