]> granicus.if.org Git - php/commitdiff
Fix prototype
authorZeev Suraski <zeev@php.net>
Thu, 7 Aug 2003 16:02:04 +0000 (16:02 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 7 Aug 2003 16:02:04 +0000 (16:02 +0000)
ext/ftp/php_ftp.c

index d0b06dba9ba3f5059e8c8b39be2e1432bec8169a..563fe65a642b42ad81745c5f8cee895ec7729c2b 100644 (file)
@@ -139,7 +139,7 @@ PHP_MINFO_FUNCTION(ftp)
                                                        }
 
 
-/* {{{ proto resource ftp_connect(string host [, int port [, int timeout)]])
+/* {{{ proto resource ftp_connect(string host [, int port [, int timeout]])
    Opens a FTP stream */
 PHP_FUNCTION(ftp_connect)
 {