const, baby
[asdcplib.git] / src / JP2K.cpp
index b8c5b5928a060ce60b62d05bf59de3f7e19a6fed..6858253f1e3768f3947ce820b34a6641dc7d5605 100755 (executable)
@@ -162,6 +162,7 @@ ASDCP::JP2K::Accessor::COM::Dump(FILE* stream)
     }
   else
     {
+      fprintf(stream, "COM:\n");
       Kumu::hexdump(CommentData(), CommentSize(), stream);
     }
 }