summaryrefslogtreecommitdiff
path: root/t_repeat.c
diff options
context:
space:
mode:
Diffstat (limited to 't_repeat.c')
-rw-r--r--t_repeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t_repeat.c b/t_repeat.c
index 679bca1..1abe542 100644
--- a/t_repeat.c
+++ b/t_repeat.c
@@ -49,7 +49,7 @@ Bool
repeat_test(Display *dpy, picture_info *win, picture_info *dst, int op,
picture_info *dst_color, picture_info *c1, picture_info *c2, Bool test_mask)
{
- int wi, hi;
+ unsigned int wi, hi;
for (wi = 0; wi < sizeof(sizes) / sizeof(int); wi++) {
int w = sizes[wi];