minor change for readability

This commit is contained in:
Antonin Descampe 2005-11-09 10:20:28 +00:00
parent c9ac67cd05
commit 4458ef921c
1 changed files with 3 additions and 1 deletions

View 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];