minor change for readability
authorAntonin Descampe <antonin@gmail.com>
Wed, 9 Nov 2005 10:20:28 +0000 (10:20 +0000)
committerAntonin Descampe <antonin@gmail.com>
Wed, 9 Nov 2005 10:20:28 +0000 (10:20 +0000)
libopenjpeg/tcd.c

index 8832e0516c3e563d411707204867febc21968ec1..f6429f09fdf676d31dc21dd947719b353916c91d 100644 (file)
@@ -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];