mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge pull request #662 from uhei/hfmfdes-clang-warn
cmdhfmfdes: fix clang warnings
This commit is contained in:
commit
910c87429a
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ static int CmdHF14ADesEnumApplications(const char *Cmd) {
|
||||||
uint8_t file_ids[33] = {0};
|
uint8_t file_ids[33] = {0};
|
||||||
uint8_t file_ids_len = 0;
|
uint8_t file_ids_len = 0;
|
||||||
|
|
||||||
dfname_t dfnames[255] = {0};
|
dfname_t dfnames[255];
|
||||||
uint8_t dfname_count = 0;
|
uint8_t dfname_count = 0;
|
||||||
|
|
||||||
if (get_desfire_appids(app_ids, &app_ids_len) != PM3_SUCCESS) {
|
if (get_desfire_appids(app_ids, &app_ids_len) != PM3_SUCCESS) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue