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

index 6cefbf303cf52bad5472ce97c1a67c8e118c254b..11bdc60e3de90e2e48d478eb4f5c744a5acf5d54 100644 (file)
@@ -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;