diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index e65da2574..ab024d9f2 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -632,7 +632,7 @@ check_signatures_trust (ctrl_t ctrl, PKT_signature *sig) log_info (_("trustlevel adjusted to FULL" " due to valid PKA info\n")); } - /* (fall through) */ + /* fall through */ case TRUST_FULLY: if (!okay) { |