diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-16 14:24:38 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-16 14:24:38 +0200 |
commit | 1319a9754eecdfdce2c309ac70e9ffc0a350a5f0 (patch) | |
tree | 7d73593474da99bdfc6d34cff221914823e0334a /rpmdb | |
parent | e4aeb6fac52b02068c15f3175a8818b11caf60d9 (diff) | |
parent | a75b7cc5e912f1af4d63a90b483770059d60d61a (diff) | |
download | rpm-1319a9754eecdfdce2c309ac70e9ffc0a350a5f0.tar.gz rpm-1319a9754eecdfdce2c309ac70e9ffc0a350a5f0.tar.bz2 rpm-1319a9754eecdfdce2c309ac70e9ffc0a350a5f0.zip |
Don't unnecessarily include stdio.h
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 bc6da9220..5313d732e 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 flags DB_WRITECURSOR or 0 + * @param dbiflags DB_WRITECURSOR or 0 * @return 0 on success */ static int sql_copen (dbiIndex dbi, DB_TXN * txnid, |