summaryrefslogtreecommitdiff
path: root/libiberty/partition.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/partition.c')
-rw-r--r--libiberty/partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/partition.c b/libiberty/partition.c
index 6975af49594..a5a734937ae 100644
--- a/libiberty/partition.c
+++ b/libiberty/partition.c
@@ -177,7 +177,7 @@ partition_print (part, fp)
c = elements[c].next - elements;
}
/* Sort them. */
- qsort ((void *) class_elements, count, sizeof (int), &elem_compare);
+ qsort ((void *) class_elements, count, sizeof (int), elem_compare);
/* Print them. */
fputc ('(', fp);
for (i = 0; i < count; ++i)