aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-10-22 16:27:24 -0700
committerThomas White <taw@physics.org>2012-10-22 16:27:24 -0700
commitd8e9d62ca824990e002b7234760ef687d3220274 (patch)
tree865599bb4e2b0ee17df556d25c4aac0771124b48
parentb5afea064fba22f893fd32a5834bdb4017d96d30 (diff)
Formatting
-rw-r--r--src/im-sandbox.c4
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;