Fall through comment before break

This commit is contained in:
Doug Engert 2015-02-16 10:11:24 -06:00
parent 981a0fbbaf
commit 572218c59c
1 changed files with 1 additions and 1 deletions

View File

@ -494,8 +494,8 @@ int main(int argc, char * const argv[])
action_count++;
break;
case 'Z':
/* fall through */
compress_cert = 1;
/* fall through */
case 'C':
do_load_cert = 1;
cert_id = optarg;