summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-09-15 10:56:40 +0300
committerPanu Matilainen <pmatilai@redhat.com>2022-09-15 12:56:08 +0300
commit7c170513f534ce3e23a9d73d3225eebab1e59fb8 (patch)
treeab548f9cdc0c9c3501c0fd593f1910c7d2a3ce0d /include
parentcad5affacdaa8094c8850d087bafe4f195b926af (diff)
downloadrpm-7c170513f534ce3e23a9d73d3225eebab1e59fb8.tar.gz
Fix bogus return value from rpmteDBInstance() doxygen annotation
Diffstat (limited to 'include')
-rw-r--r--include/rpm/rpmte.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rpm/rpmte.h b/include/rpm/rpmte.h
index 26356a8d9..effcdab14 100644
--- a/include/rpm/rpmte.h
+++ b/include/rpm/rpmte.h
@@ -122,7 +122,6 @@ unsigned int rpmteDBInstance(rpmte te);
* Set last instance installed to the database.
* @param te transaction element
* @param instance Database instance of last install element.
- * @return last install instance.
*/
void rpmteSetDBInstance(rpmte te, unsigned int instance);