Fix straggler

contrib/pgcrypto did contain an unedited fall-through marker after all.
pull/54/head
Alvaro Herrera 5 years ago
parent 3e9744465d
commit 87c291e29d
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 2
      contrib/pgcrypto/pgp-info.c

@ -169,7 +169,7 @@ pgp_get_keyid(MBuf *pgp_data, char *dst)
break;
case PGP_PKT_SYMENCRYPTED_SESSKEY:
got_symenc_key++;
/* fall through */
/* FALLTHROUGH */
case PGP_PKT_SIGNATURE:
case PGP_PKT_MARKER:
case PGP_PKT_TRUST:

Loading…
Cancel
Save