mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -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;
|
||||
// }
|
||||
|
||||
else if (k[i] >= 16) {
|
||||
// else if (k[i] >= 16) {
|
||||
else {
|
||||
badscore++;
|
||||
badval = k[i];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue