diff options
Diffstat (limited to 'lib/rpmds.c')
-rw-r--r-- | lib/rpmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmds.c b/lib/rpmds.c index 7551b813b..8f3c59fb2 100644 --- a/lib/rpmds.c +++ b/lib/rpmds.c @@ -795,7 +795,7 @@ exit: return result; } -int headerMatchesDepFlags(Header h, const rpmDepSet req) +int headerMatchesDepFlags(const Header h, const rpmDepSet req) { HGE_t hge = (HGE_t)headerGetEntryMinMemory; const char * pkgN, * v, * r; |