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:
Pierre Neidhardt 2015-10-17 19:02:56 +02:00 committed by Allan McRae
parent 002acb4674
commit c99ebca83e
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}