diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-11 16:48:54 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-11 16:48:54 +0200 |
commit | f982bbaa79b0038bc1b4f9f9d419361a63c2b284 (patch) | |
tree | 81448797689d9dd5b6480b3d0841485732128be4 /rpmio/thkp.c | |
parent | 1a01bdd6c6785e3e3d99894bf4219a60b1fc8c9a (diff) | |
download | rpm-f982bbaa79b0038bc1b4f9f9d419361a63c2b284.tar.gz rpm-f982bbaa79b0038bc1b4f9f9d419361a63c2b284.tar.bz2 rpm-f982bbaa79b0038bc1b4f9f9d419361a63c2b284.zip |
Remove splint tags.
Diffstat (limited to 'rpmio/thkp.c')
-rw-r--r-- | rpmio/thkp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmio/thkp.c b/rpmio/thkp.c index 8cd7388ff..57fb4cfe0 100644 --- a/rpmio/thkp.c +++ b/rpmio/thkp.c @@ -116,9 +116,9 @@ main(int argc, const char *argv[]) switch (rc) { case 'v': rpmIncreaseVerbosity(); - /*@switchbreak@*/ break; + break; default: - /*@switchbreak@*/ break; + break; } } @@ -129,7 +129,7 @@ main(int argc, const char *argv[]) readKeys(hkppath); -/*@i@*/ urlFreeCache(); +urlFreeCache(); return 0; } |