From 4137950bbd9a87b2f3a414f97ca456b19b27dc48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jun 2020 20:42:13 +0200 Subject: Formatting fix. --- tools/dcpkdm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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"; -- cgit v1.2.3