Mercurial > mplayer.hg
changeset 16742:2d8ace98bb6d
Missing space in status line
author | reimar |
---|---|
date | Wed, 12 Oct 2005 20:40:05 +0000 |
parents | ec4a53c1c40b |
children | ea5de6cb209b |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Wed Oct 12 16:35:37 2005 +0000 +++ b/mplayer.c Wed Oct 12 20:40:05 2005 +0000 @@ -901,7 +901,7 @@ 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, ") "); } }