Remove const
This commit is contained in:
parent
bdb976dc27
commit
6d153c6b91
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue