summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/dcpkdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpkdm.cc b/tools/dcpkdm.cc
index faad95d6..9fb35d12 100644
--- a/tools/dcpkdm.cc
+++ b/tools/dcpkdm.cc
@@ -99,7 +99,7 @@ main (int argc, char* argv[])
dcp::EncryptedKDM enc_kdm (dcp::file_to_string (kdm_file));
if (enc_kdm.annotation_text()) {
- cout << "Annotation: " << enc_kdm.annotation_text().get() << "\n";
+ cout << "Annotation: " << enc_kdm.annotation_text().get() << "\n";
}
cout << "Content title: " << enc_kdm.content_title_text() << "\n";
cout << "CPL id: " << enc_kdm.cpl_id() << "\n";