]> granicus.if.org Git - php/commitdiff
- Proto fix
authorMarcus Boerger <helly@php.net>
Tue, 25 Jan 2005 19:08:38 +0000 (19:08 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 25 Jan 2005 19:08:38 +0000 (19:08 +0000)
ext/sqlite/sqlite.c

index 8e0076643ab7d88f356e7720b398c63107a09195..183d8d54ea6742440cb7eedb1d3e1b8b53a60d07 100644 (file)
@@ -2640,7 +2640,7 @@ PHP_FUNCTION(sqlite_next)
 }
 /* }}} */
 
-/* {{{ proto bool sqlite_key(resource result)
+/* {{{ proto int sqlite_key(resource result)
    Return the current row index of a buffered result. */
 PHP_FUNCTION(sqlite_key)
 {