]> granicus.if.org Git - php/commitdiff
Fix prototype (MFB)
authorZeev Suraski <zeev@php.net>
Thu, 22 Dec 2005 14:56:29 +0000 (14:56 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 22 Dec 2005 14:56:29 +0000 (14:56 +0000)
ext/mysqli/mysqli_nonapi.c

index b3346cc861bf7aa8796c96ed9028be5e55521037..e094a85d53bcd041ce760c05001c69d147428434 100644 (file)
@@ -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)
 {