summaryrefslogtreecommitdiffstats
path: root/lib/loopdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/loopdev.c')
-rw-r--r--lib/loopdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/loopdev.c b/lib/loopdev.c
index cab05af94..de0d50ba2 100644
--- a/lib/loopdev.c
+++ b/lib/loopdev.c
@@ -402,8 +402,8 @@ static int loopiter_set_device(struct loopdev_cxt *lc, const char *device)
static int cmpnum(const void *p1, const void *p2)
{
- return (((* (int *) p1) > (* (int *) p2)) -
- ((* (int *) p1) < (* (int *) p2)));
+ return (((* (const int *) p1) > (* (const int *) p2)) -
+ ((* (const int *) p1) < (* (const int *) p2)));
}
/*