mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
cppcheck - missing return statement
This commit is contained in:
parent
a348f48602
commit
ef7c301217
1 changed files with 2 additions and 0 deletions
|
@ -731,6 +731,8 @@ bool hitag2crack_consume_keystream(uint8_t *keybits, int kslen, int *ksoffset, u
|
||||||
|
|
||||||
// update ksoffset with command length and response
|
// update ksoffset with command length and response
|
||||||
*ksoffset += (numcmds * 10) + 32;
|
*ksoffset += (numcmds * 10) + 32;
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// hitag2crack_extend_keystream sends an extended command to retrieve more keybits.
|
// hitag2crack_extend_keystream sends an extended command to retrieve more keybits.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue