From 1769d69ca33d540505f91d038d7ea57282b6c11f Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 12 Jun 2000 14:44:16 +0000 Subject: [PATCH] Fixed protos. --- ext/standard/filestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 7b95a36cde..ca7670af41 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -359,7 +359,7 @@ PHP_FUNCTION(chmod) /* }}} */ -/* {{{ proto bool touch(string filename[, int time]) +/* {{{ proto bool touch(string filename [, int time]) Set modification time of file */ PHP_FUNCTION(touch) { -- 2.50.1