comparison tools/libgfx.c @ 1621:9aaa8ee24626

Fix a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 16 May 2018 13:42:40 +0300
parents 469f363292b8
children 009a3e3c54bf
comparison
equal deleted inserted replaced
1620:469f363292b8 1621:9aaa8ee24626
1856 if (iff.chBMHD.count && iff.chBODY.count) 1856 if (iff.chBMHD.count && iff.chBODY.count)
1857 parsed = TRUE; 1857 parsed = TRUE;
1858 break; 1858 break;
1859 1859
1860 case IFF_ID_BODY: 1860 case IFF_ID_BODY:
1861 // Check for multiple occurences of CMAP 1861 // Check for multiple occurences of BODY
1862 if ((res = dmCheckIFFChunk(&iff.chBODY, &chunk, FALSE, 1)) != DMERR_OK) 1862 if ((res = dmCheckIFFChunk(&iff.chBODY, &chunk, FALSE, 1)) != DMERR_OK)
1863 return res; 1863 return res;
1864 1864
1865 // Check for sanity 1865 // Check for sanity
1866 if (!iff.chBMHD.count) 1866 if (!iff.chBMHD.count)