cppchecker fix

This commit is contained in:
iceman1001 2020-04-28 22:31:45 +02:00
parent 39fd06f947
commit 4896390dde

View file

@ -838,11 +838,12 @@ int detectIndala(uint8_t *dest, size_t *size, uint8_t *invert) {
goto inv; goto inv;
} }
inv:
if (res == 0) { if (res == 0) {
return -4; return -4;
} }
inv:
*invert ^= 1; *invert ^= 1;
if (*invert && idx > 0) { if (*invert && idx > 0) {