summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 2dedd97d14..31201b6fef 100644
--- a/command.c
+++ b/command.c
@@ -455,7 +455,7 @@ static int mp_property_angle(m_option_t *prop, int action, void *arg,
char *angle_name = NULL;
if (mpctx->demuxer)
- angle = demuxer_get_current_angle(mpctx->demuxer);
+ angle = demuxer_get_current_angle(mpctx->demuxer);
if (angle < 0)
return M_PROPERTY_UNAVAILABLE;
angles = demuxer_angles_count(mpctx->demuxer);