Fix build.
[dcpomatic.git] / src / lib / reel_writer.cc
index f02091449d6cb93f04c24343d2a0b5ffb854665b..baeabc4fd0ff2ddf09fc0371fe1779d55147d794 100644 (file)
@@ -440,7 +440,7 @@ ReelWriter::finish (boost::filesystem::path output_dcp)
                boost::filesystem::rename (film()->file(aaf), atmos_to, ec);
                if (ec) {
                        throw FileError (
-                               String::compose(_("could not move atmos asset into the DCP (%1)"), error_details(ec), aaf
+                               String::compose(_("could not move atmos asset into the DCP (%1)"), error_details(ec)), aaf
                                );
                }