Mercurial > libavutil.hg
changeset 1021:46cc61796018 libavutil
indent
author | michael |
---|---|
date | Fri, 24 Sep 2010 16:18:40 +0000 |
parents | d5c1288962a1 |
children | 7cfd5ddf993b |
files | log.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/log.c Fri Sep 24 16:18:10 2010 +0000 +++ b/log.c Fri Sep 24 16:18:40 2010 +0000 @@ -113,7 +113,7 @@ if(print_prefix && (flags & AV_LOG_SKIP_REPEATED) && !strcmp(line, prev)){ count++; if(is_atty==1) - fprintf(stderr, " Last message repeated %d times\r", count); + fprintf(stderr, " Last message repeated %d times\r", count); return; } if(count>0){