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
1 changed files with 1 additions and 1 deletions
|
@ -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:"),
|
printf("%s%s%s %6.2f %s\n", config->colstr.title, _("Compressed Size:"),
|
||||||
config->colstr.nocolor, size, label);
|
config->colstr.nocolor, size, label);
|
||||||
} else {
|
} else {
|
||||||
// autodetect size for "Installed Size"
|
/* autodetect size for "Installed Size" */
|
||||||
label = "\0";
|
label = "\0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue