summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-12 20:40:05 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-12 20:40:05 +0000
commit7c9fefc7766cc5c9d72bcff2348e70161bc1ba43 (patch)
tree78b536c5502edf5cb7e211b023fd75b24110b857 /mplayer.c
parent9474719abec111631f58c738b4ec2ef76ac1c6f8 (diff)
downloadmpv-7c9fefc7766cc5c9d72bcff2348e70161bc1ba43.tar.bz2
mpv-7c9fefc7766cc5c9d72bcff2348e70161bc1ba43.tar.xz
Missing space in status line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16743 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 9d89e8184c..a60aaf4606 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -901,7 +901,7 @@ static void print_status(float a_pos, float a_v, float corr)
sadd_hhmmssf(line, &pos, width, a_pos);
saddf(line, &pos, width, ") of %.1f (", len);
sadd_hhmmssf(line, &pos, width, len);
- saddf(line, &pos, width, ")");
+ saddf(line, &pos, width, ") ");
}
}