From 0ee3ce70a88a42387d19f0d58901fda21b0161b7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 24 Aug 2011 22:13:26 -0500 Subject: Remove short/long label distinction We only used short labels in one place, and the short label is always the first character of the long label anyway. Signed-off-by: Dan McGee --- src/pacman/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/util.h') diff --git a/src/pacman/util.h b/src/pacman/util.h index ee3dbd11..f9f1485f 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -53,7 +53,7 @@ char *strtrim(char *str); char *strreplace(const char *str, const char *needle, const char *replace); alpm_list_t *strsplit(const char *str, const char splitchar); void string_display(const char *title, const char *string); -double humanize_size(off_t bytes, const char target_unit, int long_labels, const char **label); +double humanize_size(off_t bytes, const char target_unit, const char **label); int table_display(const char *title, const alpm_list_t *header, const alpm_list_t *rows); void list_display(const char *title, const alpm_list_t *list); void list_display_linebreak(const char *title, const alpm_list_t *list); -- cgit v1.2.3-24-g4f1b