]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Small typo fixed
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Aug 2009 08:22:22 +0000 (08:22 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Aug 2009 08:22:22 +0000 (08:22 +0000)
ANALYSIS/AliAnalysisAlien.cxx

index 96da7dafaa2e2bf68bffda931cdabf1abdf7ebb0..4fa300eb109a8babea28ece0fdb54118cd2d4516 100644 (file)
@@ -904,7 +904,7 @@ Bool_t AliAnalysisAlien::WriteJDL(Bool_t copy)
    sjdl.ReplaceAll("\n\n", "\n");
    sjdl.ReplaceAll("OutputDirectory", "OutputDir");
    sjdl += "JDLVariables = \n{\n   \"Packages\",\n   \"OutputDir\"\n};\n";
-   sjdl.Prepend(Form("Jobtag = {\n   \"comment:%s\";\n}\n", fJobTag.Data()));
+   sjdl.Prepend(Form("Jobtag = {\n   \"comment:%s\"\n};\n", fJobTag.Data()));
    index = sjdl.Index("JDLVariables");
    if (index >= 0) sjdl.Insert(index, "\n# JDL variables\n");
    // Write jdl to file