summaryrefslogtreecommitdiff
path: root/utils/tc/reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tc/reg.c')
-rw-r--r--utils/tc/reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tc/reg.c b/utils/tc/reg.c
index 54bc76a7..42d25a20 100644
--- a/utils/tc/reg.c
+++ b/utils/tc/reg.c
@@ -18,7 +18,7 @@ rega(void)
}
int
-rcmp(const void *a1, const void *a2)
+rcmp(void *a1, void *a2)
{
Rgn *p1, *p2;
int c1, c2;