summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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},