Fix minor styling issue.

This commit is contained in:
The Dax 2013-12-10 19:31:29 -05:00
parent f3e76d6d79
commit 4a2b984e5f

View File

@ -1437,7 +1437,7 @@ namespace MainWindow
case ID_EMULATION_SOUND:
g_Config.bEnableSound = !g_Config.bEnableSound;
if(g_Config.bEnableSound) {
if (g_Config.bEnableSound) {
if (PSP_IsInited() && !IsAudioInitialised())
Audio_Init();
}