summaryrefslogtreecommitdiff
path: root/src/dcp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp.cc')
-rw-r--r--src/dcp.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dcp.cc b/src/dcp.cc
index a5e21d9f..03c1cdc2 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -457,9 +457,7 @@ CPL::write_xml () const
(*i)->write_to_cpl (os);
}
- os << " </AssetList>\n"
- << " </Reel>\n"
- << " </ReelList>\n"
+ os << " </ReelList>\n"
<< "</CompositionPlaylist>\n";
os.close ();