Remove newline

This commit is contained in:
Kurausukun
2020-10-16 17:16:25 -04:00
committed by GitHub
parent bf03f1154f
commit aedfe27f8d

View File

@@ -659,7 +659,6 @@ void FadeOutBody(struct MusicPlayerInfo *mplayInfo)
mplayInfo->fadeOI = 0;
}
}
else
{
if ((s16)(mplayInfo->fadeOV -= (4 << FADE_VOL_SHIFT)) <= 0)