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