mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix cppchecker knownconditiontrueorfalse
This commit is contained in:
parent
e2e6541932
commit
656231acba
1 changed files with 1 additions and 3 deletions
|
@ -937,9 +937,7 @@ int detectIndala(uint8_t *dest, size_t *size, uint8_t *invert) {
|
|||
goto inv;
|
||||
}
|
||||
|
||||
if (res == 0) {
|
||||
return -4;
|
||||
}
|
||||
return -4;
|
||||
|
||||
inv:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue