mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
fix cppchecker knownconditiontrueorfalse
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user