Commit 726d060a authored by Pierre Ynard's avatar Pierre Ynard

skins: typo

aout_TogleMute() -> aout_ToggleMute()
parent 2067333a
......@@ -113,7 +113,7 @@ void CmdMute::execute()
{
playlist_t *pPlaylist = getIntf()->p_sys->p_playlist;
aout_TogleMute( pPlaylist, NULL );
aout_ToggleMute( pPlaylist, NULL );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment