Skip to content

Commit

Permalink
Fix missing line break removed in #51
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Dec 17, 2024
1 parent f4583b7 commit df184e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ccid.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ int ccid_process_single(libusb_device_handle *handle, uint8_t *receiving_buffer,
fflush(stdout);
}
continue;
} else if (prev_status == AWAITING_FOR_TOUCH_STATUS_CODE){
printf("\n");
fflush(stdout);
}

prev_status = iccResult.status;
if (iccResult.chain == 0 || iccResult.chain == 2) {
if (result != NULL) {
Expand Down

0 comments on commit df184e0

Please sign in to comment.