diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 31dff291..70839f21 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -228,8 +228,8 @@ static void process_image(const struct index_args *iargs, ERROR("Image size doesn't match geometry size" " - rejecting image.\n"); ERROR("Image size: %i,%i. Geometry size: %i,%i\n", - image.width, image.height, - image.det->max_fs + 1, image.det->max_ss + 1); + image.width, image.height, + image.det->max_fs + 1, image.det->max_ss + 1); hdfile_close(hdfile); free_detector_geometry(image.det); return; |