summaryrefslogtreecommitdiff
path: root/src/JP2K.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JP2K.cpp')
-rwxr-xr-xsrc/JP2K.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JP2K.cpp b/src/JP2K.cpp
index b8c5b59..6858253 100755
--- a/src/JP2K.cpp
+++ b/src/JP2K.cpp
@@ -162,6 +162,7 @@ ASDCP::JP2K::Accessor::COM::Dump(FILE* stream)
}
else
{
+ fprintf(stream, "COM:\n");
Kumu::hexdump(CommentData(), CommentSize(), stream);
}
}