mirror of
https://github.com/upa/mscp.git
synced 2026-02-14 17:24:42 +08:00
little refactoring for param names
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user