From: Zeev Suraski Date: Thu, 22 Dec 2005 14:56:29 +0000 (+0000) Subject: Fix prototype (MFB) X-Git-Tag: RELEASE_1_0_4~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84a2475b16a24bb332588a59c529e0b9f8cbaab9;p=php Fix prototype (MFB) --- diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c index b3346cc861..e094a85d53 100644 --- a/ext/mysqli/mysqli_nonapi.c +++ b/ext/mysqli/mysqli_nonapi.c @@ -335,7 +335,7 @@ PHP_FUNCTION(mysqli_set_charset) #endif #ifdef HAVE_MYSQLI_GET_CHARSET -/* {{{ object mysqli_get_charset(object link) +/* {{{ proto object mysqli_get_charset(object link) returns a character set object */ PHP_FUNCTION(mysqli_get_charset) {