diff options
author | jbj <devnull@localhost> | 2003-03-05 00:13:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-03-05 00:13:11 +0000 |
commit | e8cf6cbb056a5b4517191b2a216d48a712993460 (patch) | |
tree | d6b2854dc6040be56ae3ec230897dd44f9a630a7 /lib/rpmal.c | |
parent | ef4490102a278a335d711dda2fc144a99f985a76 (diff) | |
download | rpm-e8cf6cbb056a5b4517191b2a216d48a712993460.tar.gz rpm-e8cf6cbb056a5b4517191b2a216d48a712993460.tar.bz2 rpm-e8cf6cbb056a5b4517191b2a216d48a712993460.zip |
Sanity.
CVS patchset: 6652
CVS date: 2003/03/05 00:13:11
Diffstat (limited to 'lib/rpmal.c')
-rw-r--r-- | lib/rpmal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmal.c b/lib/rpmal.c index c825dbe22..bf0c168e9 100644 --- a/lib/rpmal.c +++ b/lib/rpmal.c @@ -789,7 +789,7 @@ rpmalAllSatisfiesDepend(const rpmal al, const rpmds ds, alKey * keyp) if (ret) ret[found] = NULL; -/*@-nullstate@*/ /* FIX: *kep may be NULL */ +/*@-nullstate@*/ /* FIX: *keyp may be NULL */ return ret; /*@=nullstate@*/ } |