mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
Fixed the description of the loadFileDICTIONARY_safe function.
This commit is contained in:
parent
7237a9638b
commit
2290b2bd88
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ int loadFileDICTIONARY(const char *preferredName, void *data, size_t *datalen, u
|
||||||
* E.g. mfc_default_keys.dic
|
* E.g. mfc_default_keys.dic
|
||||||
*
|
*
|
||||||
* @param preferredName
|
* @param preferredName
|
||||||
* @param data The data array to store the loaded bytes from file
|
* @param pdata A pointer to a pointer (for reverencing the loaded dictionary)
|
||||||
* @param keylen the number of bytes a key per row is
|
* @param keylen the number of bytes a key per row is
|
||||||
* @return 0 for ok, 1 for failz
|
* @return 0 for ok, 1 for failz
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue