From 6d153c6b91da45c31d4d6cd20b534bb7ee78c4e3 Mon Sep 17 00:00:00 2001 From: pi1024e <49824824+pi1024e@users.noreply.github.com> Date: Sat, 29 Aug 2020 13:19:29 -0400 Subject: Remove const --- src/m4a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/m4a.c b/src/m4a.c index f9a9bf1cc..b8f9e21c1 100644 --- a/src/m4a.c +++ b/src/m4a.c @@ -514,7 +514,7 @@ void m4aSoundVSyncOff(void) void m4aSoundVSyncOn(void) { struct SoundInfo *soundInfo = SOUND_INFO_PTR; - const u32 ident = soundInfo->ident; + u32 ident = soundInfo->ident; if (ident == ID_NUMBER) return; -- cgit v1.2.3