diff options
author | Thomas White <taw@physics.org> | 2012-10-22 16:27:24 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-22 16:27:24 -0700 |
commit | d8e9d62ca824990e002b7234760ef687d3220274 (patch) | |
tree | 865599bb4e2b0ee17df556d25c4aac0771124b48 /src | |
parent | b5afea064fba22f893fd32a5834bdb4017d96d30 (diff) |
Formatting
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; |