summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-09-15 10:56:40 +0300
committerPanu Matilainen <pmatilai@redhat.com>2022-09-20 15:07:44 +0300
commitb8b26b9c9996a6bae0862bf466332f0cce894672 (patch)
tree9af629982d80ec8e11beb6fb764f0acbd3c049d2
parent4d7359d36c191c1060fc467ee3a485fd324bbef5 (diff)
downloadrpm-b8b26b9c9996a6bae0862bf466332f0cce894672.tar.gz
Fix bogus return value from rpmteDBInstance() doxygen annotation
(cherry picked from commit 7c170513f534ce3e23a9d73d3225eebab1e59fb8)
-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 0ed6397dd..519bed8f2 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);