Fix straggler
authorAlvaro Herrera <[email protected]>
Tue, 12 May 2020 20:15:55 +0000 (16:15 -0400)
committerAlvaro Herrera <[email protected]>
Tue, 12 May 2020 20:15:55 +0000 (16:15 -0400)
contrib/pgcrypto did contain an unedited fall-through marker after all.

contrib/pgcrypto/pgp-info.c

index 83dc60486bd98628e9ee0add3623f0b19e60bf83..990073c9dca678366d3b32f49ae79c9a837905f4 100644 (file)
@@ -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: