diff options
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r-- | rpmdb/db3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c index 4739dd114..f35a16d51 100644 --- a/rpmdb/db3.c +++ b/rpmdb/db3.c @@ -801,7 +801,7 @@ exit: } /*@=moduncon@*/ -static int db3open(/*@keep@*/ rpmdb rpmdb, int rpmtag, dbiIndex * dbip) +static int db3open(rpmdb rpmdb, int rpmtag, dbiIndex * dbip) /*@globals rpmGlobalMacroContext, fileSystem @*/ /*@modifies *dbip, fileSystem @*/ |