minor change for readability
This commit is contained in:
parent
c9ac67cd05
commit
4458ef921c
|
@ -853,7 +853,9 @@ void tcd_makelayer_fixed(int layno, int final)
|
||||||
j * 3 +
|
j * 3 +
|
||||||
k] *
|
k] *
|
||||||
(float) (tcd_img->comps[compno].prec / 16.0));
|
(float) (tcd_img->comps[compno].prec / 16.0));
|
||||||
}}}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
for (resno = 0; resno < tilec->numresolutions; resno++) {
|
for (resno = 0; resno < tilec->numresolutions; resno++) {
|
||||||
tcd_resolution_t *res = &tilec->resolutions[resno];
|
tcd_resolution_t *res = &tilec->resolutions[resno];
|
||||||
|
|
Loading…
Reference in New Issue