little refactoring for param names

This commit is contained in:
Ryo Nakamura
2022-10-30 06:13:02 +00:00
parent 5d848ccab1
commit 65bdbdaede
4 changed files with 58 additions and 40 deletions

View File

@@ -425,9 +425,9 @@ static void print_progress_bar(double percent, char *suffix)
struct winsize ws;
char buf[128];
/*
* [=======> ] XX.X% SUFFIX
*/
/*
* [=======> ] XX.X% SUFFIX
*/
buf[0] = '\0';