summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorRyan Jacobs <ryan.mjacobs@gmail.com>2014-08-29 00:48:45 -0700
committerwm4 <wm4@nowhere>2014-08-29 11:58:25 +0200
commit66f158b89b92c9af9aa8a54fee12a21d74770b6b (patch)
treedac4de483ce4f50ef70468f3554210211cd72f07 /player/command.c
parentff7a1c21ceab91e29a2f4d4b10ef3177159ca4ae (diff)
downloadmpv-66f158b89b92c9af9aa8a54fee12a21d74770b6b.tar.bz2
mpv-66f158b89b92c9af9aa8a54fee12a21d74770b6b.tar.xz
command: remove extra space
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
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},