update milsko

This commit is contained in:
Nishi 2026-01-12 18:52:07 +09:00
commit b1cfeda644
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 2 additions and 2 deletions

View file

@ -285,7 +285,7 @@ int main(int argc, char** argv) {
recursive(root);
recursive_write(root);
printf("total %u files added, compressed %u -> %u bytes\n", total, totalact, totalcmp);
printf("Total %u files added, compressed %u -> %u bytes\n", total, totalact, totalcmp);
fclose(out);
}