diff options
author | jbj <devnull@localhost> | 2001-10-13 19:35:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-13 19:35:58 +0000 |
commit | 525f4cb8b1317120c36a75f47f796d285f69078c (patch) | |
tree | 072477496ea72f2f9fb3d8c877eea8dd5078975c /rpmio/rpmio_internal.h | |
parent | 2d312d19c14300224ea85ea4fd62a0844d1af573 (diff) | |
download | rpm-525f4cb8b1317120c36a75f47f796d285f69078c.tar.gz rpm-525f4cb8b1317120c36a75f47f796d285f69078c.tar.bz2 rpm-525f4cb8b1317120c36a75f47f796d285f69078c.zip |
- ratchet up to lclint "strict" level.
CVS patchset: 5104
CVS date: 2001/10/13 19:35:58
Diffstat (limited to 'rpmio/rpmio_internal.h')
-rw-r--r-- | rpmio/rpmio_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmio_internal.h b/rpmio/rpmio_internal.h index ee95f7f0a..2483bcca0 100644 --- a/rpmio/rpmio_internal.h +++ b/rpmio/rpmio_internal.h @@ -179,7 +179,7 @@ int ftpCmd(const char * cmd, const char * url, const char * arg2) /** \ingroup rpmio */ int ufdClose( /*@only@*/ void * cookie) - /*@modified cookie, fileSystem @*/; + /*@modifies cookie, fileSystem @*/; /** \ingroup rpmio */ |