mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-21 06:35:04 +08:00
cppchecker - shadow
This commit is contained in:
parent
e460a4e6ca
commit
43e1c5f22d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ struct wave_info_t {
|
||||||
char tag[4];
|
char tag[4];
|
||||||
uint32_t size;
|
uint32_t size;
|
||||||
} PACKED audio_data;
|
} PACKED audio_data;
|
||||||
} PACKED wave_info;
|
} PACKED;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief checks if a file exists
|
* @brief checks if a file exists
|
||||||
|
|
Loading…
Reference in a new issue