summaryrefslogtreecommitdiff
path: root/ucs2any.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucs2any.c')
-rw-r--r--ucs2any.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucs2any.c b/ucs2any.c
index 9259951..0904fa0 100644
--- a/ucs2any.c
+++ b/ucs2any.c
@@ -447,8 +447,8 @@ usage(void) {
static int
chars_compare(const void *aa, const void *bb)
{
- int a = *(int *)aa;
- int b = *(int *)bb;
+ int a = *(const int *)aa;
+ int b = *(const int *)bb;
return a - b;
}