summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 4f3b83ba98..0b4cb41a42 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -767,7 +767,7 @@ PHP_FUNCTION(pgsql_field_name)
}
/* }}} */
-/* {{{ proto pg_fieldsize(int result, int field_number)
+/* {{{ int proto pg_fieldsize(int result, int field_number)
Returns the internal size of the field */
PHP_FUNCTION(pgsql_field_size)
{