From d8e9d62ca824990e002b7234760ef687d3220274 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Oct 2012 16:27:24 -0700 Subject: Formatting --- src/im-sandbox.c | 4 ++-- 1 file 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; -- cgit v1.2.3