flashcp: trivial code shrink
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
17d4436424
commit
6be6f3bfec
@ -33,7 +33,7 @@ static void progress(int mode, uoff_t count, uoff_t total)
|
|||||||
if (total)
|
if (total)
|
||||||
percent = (unsigned) (percent / total);
|
percent = (unsigned) (percent / total);
|
||||||
printf("\r%s: %"OFF_FMT"u/%"OFF_FMT"u (%u%%) ",
|
printf("\r%s: %"OFF_FMT"u/%"OFF_FMT"u (%u%%) ",
|
||||||
(mode == -1) ? "Erasing block" : ((mode == 0) ? "Writing kb" : "Verifying kb"),
|
(mode < 0) ? "Erasing block" : ((mode == 0) ? "Writing kb" : "Verifying kb"),
|
||||||
count, total, (unsigned)percent);
|
count, total, (unsigned)percent);
|
||||||
fflush_all();
|
fflush_all();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user