Skip to content

Commit

Permalink
Merge pull request #53 from Nitrokey/fix-line-break
Browse files Browse the repository at this point in the history
Fix missing line break removed in #51
  • Loading branch information
sosthene-nitrokey authored Jan 8, 2025
2 parents f4583b7 + df184e0 commit 3af1716
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 3af1716

Please sign in to comment.