mirror of
https://codeberg.org/scip/twenty4.git
synced 2025-12-16 19:40:57 +01:00
typo
This commit is contained in:
@@ -194,10 +194,10 @@ void analyze(char *infile) {
|
|||||||
|
|
||||||
fprintf(stdout,
|
fprintf(stdout,
|
||||||
" File size: %ld bytes\n"
|
" File size: %ld bytes\n"
|
||||||
" Char distribution (best: 100%%): %lf%%\n"
|
" Char distribution (random: 100%%): %lf%%\n"
|
||||||
" Char redundancy (best: 0.0%%): %lf%%\n"
|
" Char redundancy (random: 0.0%%): %lf%%\n"
|
||||||
" Char entropy (best: 8.0 bits/c): %lf bits/char\n"
|
" Char entropy (random: 8.0 bits/c): %lf bits/char\n"
|
||||||
" Compression rate (best: 0.0%%): %lf%% (%ld => %ld bytes)\n",
|
" Compression rate (random: 0.0%%): %lf%% (%ld => %ld bytes)\n",
|
||||||
in->len, dist, red, entropy, zrate, in->len, zsize
|
in->len, dist, red, entropy, zrate, in->len, zsize
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user