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/tfts.c | |
parent | 1a01bdd6c6785e3e3d99894bf4219a60b1fc8c9a (diff) | |
download | librpm-tizen-f982bbaa79b0038bc1b4f9f9d419361a63c2b284.tar.gz librpm-tizen-f982bbaa79b0038bc1b4f9f9d419361a63c2b284.tar.bz2 librpm-tizen-f982bbaa79b0038bc1b4f9f9d419361a63c2b284.zip |
Remove splint tags.
Diffstat (limited to 'rpmio/tfts.c')
-rw-r--r-- | rpmio/tfts.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rpmio/tfts.c b/rpmio/tfts.c index c74b915a8..6a1ecbf03 100644 --- a/rpmio/tfts.c +++ b/rpmio/tfts.c @@ -8,7 +8,6 @@ #include "debug.h" -/*@unchecked@*/ static int _fts_debug = 0; #if 0 @@ -153,9 +152,9 @@ main(int argc, const char *argv[]) switch (rc) { case 'v': rpmIncreaseVerbosity(); - /*@switchbreak@*/ break; + break; default: - /*@switchbreak@*/ break; + break; } } @@ -174,7 +173,7 @@ _dav_debug = 1; ftsWalk(httpspath); #endif -/*@i@*/ urlFreeCache(); +urlFreeCache(); return 0; } |