diff options
author | Rodeo <[email protected]> | 2013-03-01 12:27:02 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-01 12:27:02 +0000 |
commit | ec8cd2beec809b313c27735fe19ff9f44676a27e (patch) | |
tree | 4bf9c0fb69c0da9a787b8a9d523df545e2b5def3 /test | |
parent | 6039fc23819d1e9e8b5b7440ce6a156a6c46094d (diff) |
CLI, MacGui: cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5277 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 5033baccb..b20d50426 100644 --- a/test/test.c +++ b/test/test.c @@ -588,12 +588,12 @@ static int HandleEvents( hb_handle_t * h ) if (p.preview_cur) { fprintf(stdout, "\rScanning title %d of %d, preview %d, %.2f %%", - p.title_cur, p.title_count, p.preview_cur, 100 * p.progress); + p.title_cur, p.title_count, p.preview_cur, 100 * p.progress); } else { fprintf(stdout, "\rScanning title %d of %d, %.2f %%", - p.title_cur, p.title_count, 100 * p.progress); + p.title_cur, p.title_count, 100 * p.progress); } fflush(stdout); break; |