]> granicus.if.org Git - php/commitdiff
Missing return type.
authorEgon Schmid <eschmid@php.net>
Sun, 29 Aug 1999 15:00:18 +0000 (15:00 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 29 Aug 1999 15:00:18 +0000 (15:00 +0000)
ext/pgsql/pgsql.c

index 4f3b83ba98ac18aad6c1fe40294fbebd2096141e..0b4cb41a424dcae200752e39065d51b99b2e0059 100644 (file)
@@ -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)
 {