diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-11 12:35:10 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-11 12:35:10 +0200 |
commit | 23e3a5ed1f7817e6fc7608074f70e9d2a6931bc1 (patch) | |
tree | af0981ed6e60b05e0423db90f4887483e73b7c03 /arm9/src/sound.c | |
parent | 76cc2fbb6c049f4f087e85fae629e4879fdb0f20 (diff) |
fix warnings
Diffstat (limited to 'arm9/src/sound.c')
-rw-r--r-- | arm9/src/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/sound.c b/arm9/src/sound.c index cf151a0d..ec65dd06 100644 --- a/arm9/src/sound.c +++ b/arm9/src/sound.c @@ -254,7 +254,7 @@ u32 * GetSoundPlayer(int playerNo) return &sdat->players[playerNo]; } -u32 FUN_02004018(u32 a0) +int FUN_02004018(u32 a0) { switch (a0) { |