diff options
author | Marcus Boerger <helly@php.net> | 2005-01-25 19:08:38 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-01-25 19:08:38 +0000 |
commit | 1c2b14b92f78125dfb766faab01273644c62a4c6 (patch) | |
tree | 1716fc0c9d44f61d62f1079fd483760614be4584 /ext/sqlite/sqlite.c | |
parent | c404bdb9f8b83bf4e2b572d03983c571c1ce5e2d (diff) | |
download | php-git-1c2b14b92f78125dfb766faab01273644c62a4c6.tar.gz |
- Proto fix
Diffstat (limited to 'ext/sqlite/sqlite.c')
-rw-r--r-- | ext/sqlite/sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index 8e0076643a..183d8d54ea 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -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) { |