mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
package.c: Comment style
Signed-off-by: Pierre Neidhardt <ambrevar@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
002acb4674
commit
c99ebca83e
@ -173,7 +173,7 @@ void dump_pkg_full(alpm_pkg_t *pkg, int extra)
|
||||
printf("%s%s%s %6.2f %s\n", config->colstr.title, _("Compressed Size:"),
|
||||
config->colstr.nocolor, size, label);
|
||||
} else {
|
||||
// autodetect size for "Installed Size"
|
||||
/* autodetect size for "Installed Size" */
|
||||
label = "\0";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user