aboutsummaryrefslogtreecommitdiffstats
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index b4e95fe..862d297 100644
--- a/op.c
+++ b/op.c
@@ -215,7 +215,7 @@ op_autocrop_init(struct ida_image *src, struct ida_rect *unused,
free(img.data);
if (debug)
- fprintf(stderr,"y: %d-%d/%d -- x: %d-%d/%d\n",
+ fprintf(stderr,"y: %d-%d/%u -- x: %d-%d/%u\n",
rect.y1, rect.y2, img.i.height,
rect.x1, rect.x2, img.i.width);