diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-10-30 15:22:17 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-10-30 15:22:17 +0900 |
commit | b9f44bb030ab74d33c496eae661e729e336a7fbd (patch) | |
tree | 104b00265e14782f49876eae37ec22a54fe06818 /src/main.c | |
parent | c495f6b89bdd2ff8df8c71cc8ca01c597182e8c8 (diff) | |
parent | 65bdbdaede54ff2350f96d09baeedf78d7254309 (diff) |
Merge branch 'main' of github.com:upa/mscp
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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'; |