cppchecker - shadow

This commit is contained in:
iceman1001 2020-03-13 14:27:50 +01:00
parent e460a4e6ca
commit 43e1c5f22d

View file

@ -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