mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
style
This commit is contained in:
parent
5ea649e59d
commit
d8f539c217
2 changed files with 1 additions and 2 deletions
|
@ -208,7 +208,6 @@ static bool is_fixed_type(uint8_t type) {
|
|||
|
||||
static CborError preparse_value(CborValue *it) {
|
||||
const CborParser *parser = it->parser;
|
||||
it->type = CborInvalidType;
|
||||
|
||||
/* are we at the end? */
|
||||
if (it->ptr == parser->end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue