# HG changeset patch # User Matti Hamalainen # Date 1526467360 -10800 # Node ID 9aaa8ee2462683476e13614c4733042ecd1bd347 # Parent 469f363292b86308b8bab4df1e70fe7e09912609 Fix a comment. diff -r 469f363292b8 -r 9aaa8ee24626 tools/libgfx.c --- a/tools/libgfx.c Wed May 16 13:40:37 2018 +0300 +++ b/tools/libgfx.c Wed May 16 13:42:40 2018 +0300 @@ -1858,7 +1858,7 @@ break; case IFF_ID_BODY: - // Check for multiple occurences of CMAP + // Check for multiple occurences of BODY if ((res = dmCheckIFFChunk(&iff.chBODY, &chunk, FALSE, 1)) != DMERR_OK) return res;