changeset 1621:9aaa8ee24626

Fix a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 16 May 2018 13:42:40 +0300
parents 469f363292b8
children 009a3e3c54bf
files tools/libgfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;