From 66f158b89b92c9af9aa8a54fee12a21d74770b6b Mon Sep 17 00:00:00 2001 From: Ryan Jacobs Date: Fri, 29 Aug 2014 00:48:45 -0700 Subject: command: remove extra space Signed-off-by: wm4 --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/command.c b/player/command.c index 95edb88ec2..534ef5381a 100644 --- a/player/command.c +++ b/player/command.c @@ -2811,7 +2811,7 @@ static const struct m_property mp_properties[] = { // Audio {"volume", mp_property_volume}, - { "mute", mp_property_mute}, + {"mute", mp_property_mute}, {"audio-delay", mp_property_audio_delay}, {"audio-format", mp_property_audio_format}, {"audio-codec", mp_property_audio_codec}, -- cgit v1.2.3