added fall through comment

This commit is contained in:
Frank Morgner 2016-02-17 08:22:38 +01:00 committed by Viktor Tarasov
parent 8cc42fe001
commit fa71448d1c
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ static int cardos_set_file_attributes(sc_card_t *card, sc_file_t *file)
* generation. */
case SC_FILE_EF_LINEAR_VARIABLE_TLV:
type[1] = 0xff;
/* fall through */
default:
type[0] |= file->ef_structure & 7;
break;