mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
cppchecker fix, we can simplify test meanwhile
This commit is contained in:
parent
2a9d064fd6
commit
372a6958fa
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ static void calc_score(uint8_t *csn, uint8_t *k) {
|
||||||
// goodvals[k[i]] = 1;
|
// goodvals[k[i]] = 1;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
else if (k[i] >= 16) {
|
// else if (k[i] >= 16) {
|
||||||
|
else {
|
||||||
badscore++;
|
badscore++;
|
||||||
badval = k[i];
|
badval = k[i];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue