diff options
| author | Antonin Descampe <antonin@gmail.com> | 2005-11-09 10:20:28 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2005-11-09 10:20:28 +0000 |
| commit | 4458ef921c6f93c11f9b9f84ac393426f9f3572b (patch) | |
| tree | 1d8caa2dcda5f7b19e5d3ece0e6cfb582251422d | |
| parent | c9ac67cd0529cd5cc024a1a92308098b9f4988b2 (diff) | |
minor change for readability
| -rw-r--r-- | libopenjpeg/tcd.c | 4 |
1 files changed, 3 insertions, 1 deletions
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]; |
