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

index 21dae4487c8d02cca652e9183f8883628cd7cdf4..dc19bb69aa67b191b601d5335f2b93dc6cf84c79 100644 (file)
@@ -181,7 +181,7 @@ PHP_FUNCTION(ftp_connect)
 /* }}} */
 
 #ifdef HAVE_OPENSSL_EXT
-/* {{{ proto resource ftp_ssl_connect(string host [, int port [, int timeout)]])
+/* {{{ proto resource ftp_ssl_connect(string host [, int port [, int timeout]])
    Opens a FTP-SSL stream */
 PHP_FUNCTION(ftp_ssl_connect)
 {