Missing space in status line

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-10-12 20:40:05 +00:00
parent 9474719abe
commit 7c9fefc776
1 changed files with 1 additions and 1 deletions

View File

@ -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, ") ");
}
}