Fix compilation with AppleClang 8.1.0.8020042 (#1020)

This commit is contained in:
Even Rouault 2017-09-19 12:13:34 +02:00
parent 3dfc6ca2bc
commit 18f6696372
1 changed files with 1 additions and 1 deletions

View File

@ -9241,7 +9241,7 @@ OPJ_BOOL opj_j2k_set_decode_area(opj_j2k_t *p_j2k,
OPJ_UINT32 it_comp;
if (p_j2k->m_cp.tw == 1 && p_j2k->m_cp.th == 1 &&
&p_j2k->m_cp.tcps[0].m_data != NULL) {
p_j2k->m_cp.tcps[0].m_data != NULL) {
/* In the case of a single-tiled image whose codestream we have already */
/* ingested, go on */
}