Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c
index 6693ec75..97b8e06d 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -515,7 +515,7 @@ void string_display(const char *title, const char *string, unsigned short cols)
}
static void table_print_line(const alpm_list_t *line, short col_padding,
- size_t colcount, size_t *widths, int *has_data)
+ size_t colcount, const size_t *widths, const int *has_data)
{
size_t i;
int need_padding = 0;