summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-08-29 15:07:54 +0000
committerEgon Schmid <eschmid@php.net>1999-08-29 15:07:54 +0000
commit621fe700485a3d28eb3f06ace25a454746a9dd5d (patch)
treea41bb71b6a98ed175c1dfddf7b06c4bd07a462cf /ext/pgsql
parentdb44261039635f49c02eb8f4355af8d7cda5fc28 (diff)
downloadphp-git-621fe700485a3d28eb3f06ace25a454746a9dd5d.tar.gz
This one was nonesense.
Diffstat (limited to 'ext/pgsql')
-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 0b4cb41a42..8c47e9d87d 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -767,7 +767,7 @@ PHP_FUNCTION(pgsql_field_name)
}
/* }}} */
-/* {{{ int proto pg_fieldsize(int result, int field_number)
+/* {{{ proto int pg_fieldsize(int result, int field_number)
Returns the internal size of the field */
PHP_FUNCTION(pgsql_field_size)
{