cppcheck - missing return statement

This commit is contained in:
iceman1001 2021-12-12 22:34:06 +01:00
parent a348f48602
commit ef7c301217

View file

@ -731,6 +731,8 @@ bool hitag2crack_consume_keystream(uint8_t *keybits, int kslen, int *ksoffset, u
// update ksoffset with command length and response
*ksoffset += (numcmds * 10) + 32;
return true;
}
// hitag2crack_extend_keystream sends an extended command to retrieve more keybits.