From f60ef0ba45ccafdd0512759b8dd8fc6dd1b342a8 Mon Sep 17 00:00:00 2001 From: agheata Date: Tue, 4 Aug 2009 08:22:22 +0000 Subject: [PATCH] Small typo fixed --- ANALYSIS/AliAnalysisAlien.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ANALYSIS/AliAnalysisAlien.cxx b/ANALYSIS/AliAnalysisAlien.cxx index 96da7dafaa2..4fa300eb109 100644 --- a/ANALYSIS/AliAnalysisAlien.cxx +++ b/ANALYSIS/AliAnalysisAlien.cxx @@ -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 -- 2.43.5