summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2020-10-16 17:16:25 -0400
committerGitHub <noreply@github.com>2020-10-16 17:16:25 -0400
commitaedfe27f8d609e4a6cef15b977ae8322f190d094 (patch)
treef5e9915d8eb480ddc5eeaee474e0eac4984fca0a /src
parentbf03f1154f4e25b8d03035074bd4f77fe421aa3b (diff)
Remove newline
Diffstat (limited to 'src')
-rw-r--r--src/m4a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m4a.c b/src/m4a.c
index fa81a09c3..2280fc74c 100644
--- a/src/m4a.c
+++ b/src/m4a.c
@@ -659,7 +659,6 @@ void FadeOutBody(struct MusicPlayerInfo *mplayInfo)
mplayInfo->fadeOI = 0;
}
}
-
else
{
if ((s16)(mplayInfo->fadeOV -= (4 << FADE_VOL_SHIFT)) <= 0)