mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
cppchecker - format print
This commit is contained in:
parent
21e6cff4ba
commit
c46119d755
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ void check_supplied_testkey(unsigned int size) {
|
|||
|
||||
for (i = 0; i < num_guesses; i++) {
|
||||
if (guesses[i].key == partkey) {
|
||||
fprintf(stderr, " supplied test key score = %1.10f, position = %d\n", guesses[i].score, i);
|
||||
fprintf(stderr, " supplied test key score = %1.10f, position = %u\n", guesses[i].score, i);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue