mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-23 08:27:51 +08:00
cppchecker fix
This commit is contained in:
parent
39fd06f947
commit
4896390dde
1 changed files with 2 additions and 1 deletions
|
@ -838,11 +838,12 @@ int detectIndala(uint8_t *dest, size_t *size, uint8_t *invert) {
|
|||
goto inv;
|
||||
}
|
||||
|
||||
inv:
|
||||
if (res == 0) {
|
||||
return -4;
|
||||
}
|
||||
|
||||
inv:
|
||||
|
||||
*invert ^= 1;
|
||||
|
||||
if (*invert && idx > 0) {
|
||||
|
|
Loading…
Reference in a new issue