From: Egon Schmid Date: Mon, 12 Jun 2000 14:44:16 +0000 (+0000) Subject: Fixed protos. X-Git-Tag: php-4.0.1RC~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1769d69ca33d540505f91d038d7ea57282b6c11f;p=php Fixed protos. --- 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) {