summaryrefslogtreecommitdiff
path: root/rpmio/thkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/thkp.c')
-rw-r--r--rpmio/thkp.c6
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;
}