mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
style
This commit is contained in:
parent
9782f447eb
commit
3d4a63f46a
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ int hex_to_bytes(const char *hexValue, uint8_t *bytesValue, size_t maxBytesValue
|
|||
//error when not completed hex bytes
|
||||
return -3;
|
||||
|
||||
return bytesValueLen;
|
||||
return bytesValueLen;
|
||||
}
|
||||
|
||||
// takes a number (uint64_t) and creates a binarray in dest.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue