From: Alvaro Herrera Date: Tue, 12 May 2020 20:15:55 +0000 (-0400) Subject: Fix straggler X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=87c291e29d6bf403c6adefd81ddafa134c254a3e;p=users%2Frhaas%2Fpostgres.git Fix straggler contrib/pgcrypto did contain an unedited fall-through marker after all. --- diff --git a/contrib/pgcrypto/pgp-info.c b/contrib/pgcrypto/pgp-info.c index 83dc60486b..990073c9dc 100644 --- a/contrib/pgcrypto/pgp-info.c +++ b/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: