diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-16 14:25:04 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-16 14:25:04 +0200 |
commit | 1a2234fe5429388b60e217b1608a6d5028a7d208 (patch) | |
tree | 48715d6e337f1174df3e93db6d175fbe7649169c /rpmdb | |
parent | 1319a9754eecdfdce2c309ac70e9ffc0a350a5f0 (diff) | |
download | rpm-1a2234fe5429388b60e217b1608a6d5028a7d208.tar.gz rpm-1a2234fe5429388b60e217b1608a6d5028a7d208.tar.bz2 rpm-1a2234fe5429388b60e217b1608a6d5028a7d208.zip |
Fix broken doxygen comment.
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/sqlite.c b/rpmdb/sqlite.c index 5313d732e..bc6da9220 100644 --- a/rpmdb/sqlite.c +++ b/rpmdb/sqlite.c @@ -896,7 +896,7 @@ leaveChroot(dbi); * @param dbi index database handle * @param txnid database transaction handle * @retval dbcp address of new database cursor - * @param dbiflags DB_WRITECURSOR or 0 + * @param flags DB_WRITECURSOR or 0 * @return 0 on success */ static int sql_copen (dbiIndex dbi, DB_TXN * txnid, |