This commit is contained in:
Eelco Dolstra 2007-10-10 14:58:00 +00:00
parent d04291cfab
commit 14e47e9c2c
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ struct PrintFreed
cout << format( cout << format(
(dryRun (dryRun
? "%1% would be freed\n" ? "%1% would be freed\n"
: "%1% freed (%.2f MiB)\n")) : "%1% freed\n"))
% showBytes(bytesFreed); % showBytes(bytesFreed);
} }
}; };