From 4458ef921c6f93c11f9b9f84ac393426f9f3572b Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 9 Nov 2005 10:20:28 +0000 Subject: [PATCH] minor change for readability --- libopenjpeg/tcd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libopenjpeg/tcd.c b/libopenjpeg/tcd.c index 8832e051..f6429f09 100644 --- a/libopenjpeg/tcd.c +++ b/libopenjpeg/tcd.c @@ -853,7 +853,9 @@ void tcd_makelayer_fixed(int layno, int final) j * 3 + k] * (float) (tcd_img->comps[compno].prec / 16.0)); - }}} + } + } + } for (resno = 0; resno < tilec->numresolutions; resno++) { tcd_resolution_t *res = &tilec->resolutions[resno];