Signed-off-by: Pierre Neidhardt <[email protected]>
---
 src/pacman/package.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pacman/package.c b/src/pacman/package.c
index 0e4977f..6b86599 100644
--- a/src/pacman/package.c
+++ b/src/pacman/package.c
@@ -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";
        }
 
-- 
2.6.1

Reply via email to