mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
style
This commit is contained in:
parent
5ea649e59d
commit
d8f539c217
2 changed files with 1 additions and 2 deletions
|
@ -409,7 +409,7 @@ CBOR_PRIVATE_API CborError _cbor_value_copy_string(const CborValue *value, void
|
|||
CBOR_PRIVATE_API CborError _cbor_value_dup_string(const CborValue *value, void **buffer,
|
||||
size_t *buflen, CborValue *next);
|
||||
|
||||
CBOR_API CborError cbor_value_calculate_string_length(const CborValue *value, size_t *length);
|
||||
CBOR_API CborError cbor_value_calculate_string_length(const CborValue *value, size_t *len);
|
||||
|
||||
CBOR_INLINE_API CborError cbor_value_copy_text_string(const CborValue *value, char *buffer,
|
||||
size_t *buflen, CborValue *next) {
|
||||
|
|
|
@ -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…
Reference in a new issue