From 43e1c5f22deb0b1e1f337fbb81f2f2bf46bc5703 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 13 Mar 2020 14:27:50 +0100 Subject: [PATCH] cppchecker - shadow --- client/fileutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/fileutils.c b/client/fileutils.c index d9e6e4445..f47e32b73 100644 --- a/client/fileutils.c +++ b/client/fileutils.c @@ -70,7 +70,7 @@ struct wave_info_t { char tag[4]; uint32_t size; } PACKED audio_data; -} PACKED wave_info; +} PACKED; /** * @brief checks if a file exists