summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-12 14:44:16 +0000
committerEgon Schmid <eschmid@php.net>2000-06-12 14:44:16 +0000
commit1769d69ca33d540505f91d038d7ea57282b6c11f (patch)
tree4dcc657c8ea8097d8092f501ca9e3e5ae2d4a01e
parenteb4b5ffd22bde986cbae8cbbe2654a8f174b1b7c (diff)
downloadphp-git-1769d69ca33d540505f91d038d7ea57282b6c11f.tar.gz
Fixed protos.
-rw-r--r--ext/standard/filestat.c2
1 files changed, 1 insertions, 1 deletions
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)
{