summaryrefslogtreecommitdiff
path: root/utils/kl/span.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/kl/span.c')
-rw-r--r--utils/kl/span.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/kl/span.c b/utils/kl/span.c
index a788b8d3..28a66dd4 100644
--- a/utils/kl/span.c
+++ b/utils/kl/span.c
@@ -335,7 +335,7 @@ cmp(int a, int b)
}
int
-ocmp(const void *a1, const void *a2)
+ocmp(void *a1, void *a2)
{
Optab *p1, *p2;
int n;