From a95d56466d4e3009c8efa73f6fe3bd2354d301e0 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 29 May 2020 19:05:05 +0100 Subject: fix snd warnings --- arm9/lib/include/SND_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm9/lib/include/SND_main.h') diff --git a/arm9/lib/include/SND_main.h b/arm9/lib/include/SND_main.h index 7412c1ae..e35f1ee1 100644 --- a/arm9/lib/include/SND_main.h +++ b/arm9/lib/include/SND_main.h @@ -19,7 +19,7 @@ struct SNDBinaryFileHeader { typedef struct SNDBinaryBlockHeader { u32 type; // 0x0 u32 size; // 0x4 -}; // size = 0x8 +} SNDBinaryBlockHeader; // size = 0x8 struct SNDWaveParam { u8 format; // 0x0 -- cgit v1.2.3