Skip to content

Commit

Permalink
One less tab in zpaq progress counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Mar 17, 2012
1 parent f84d2f3 commit ebd8eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libzpaq/libzpaq.h
Expand Up @@ -470,7 +470,7 @@ struct bufRead: public libzpaq::Reader {
if (pct / 10 != *last_pct / 10) {
int i;

fprintf(msgout, "\r\t\t\t\tZPAQ\t");
fprintf(msgout, "\r\t\t\tZPAQ\t");
for (i = 0; i < thread; i++)
fprintf(msgout, "\t");
fprintf(msgout, "%ld:%i%% \r",
Expand Down

0 comments on commit ebd8eb9

Please sign in to comment.