coolkey: Drop bogus ;

This commit is contained in:
Jakub Jelen 2018-07-30 17:30:14 +02:00 committed by Frank Morgner
parent 8e8193f8f5
commit f097d88b3a
1 changed files with 1 additions and 1 deletions

View File

@ -1196,7 +1196,7 @@ static int coolkey_read_binary(sc_card_t *card, unsigned int idx,
{ {
coolkey_private_data_t * priv = COOLKEY_DATA(card); coolkey_private_data_t * priv = COOLKEY_DATA(card);
int r = 0, len; int r = 0, len;
u8 *data = NULL;; u8 *data = NULL;
SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE); SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
if (idx > priv->obj->length) { if (idx > priv->obj->length) {