Revert "write rate indication 2: electric bogaloo"

This reverts commit 203014abeb.
This commit is contained in:
AnonymousShellScripter 2021-03-31 04:46:04 +02:00
parent 203014abeb
commit 29a92547ba

View file

@ -126,7 +126,7 @@ int main(int argc, char **argv) {
sizes++;
}
printf("%llu%-4c ", X, *sizes);
printf("%llu%c ", X, *sizes);
X = totalblocks*BLOCKSIZE;
sizes = " KMGTPEZY";