summaryrefslogtreecommitdiff
path: root/src/m4a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m4a.c')
-rw-r--r--src/m4a.c2
1 files changed, 1 insertions, 1 deletions
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;