Skip to content

Commit a034972

Browse files
committed
Fix prototype
1 parent 7c17499 commit a034972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/mysqli_nonapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ PHP_FUNCTION(mysqli_set_charset)
335335
#endif
336336

337337
#ifdef HAVE_MYSQLI_GET_CHARSET
338-
/* {{{ object mysqli_get_charset(object link)
338+
/* {{{ proto object mysqli_get_charset(object link)
339339
returns a character set object */
340340
PHP_FUNCTION(mysqli_get_charset)
341341
{

0 commit comments

Comments
 (0)