]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDCPreprocessor.cxx
Adding missing semicolon
[u/mrichter/AliRoot.git] / ZDC / AliZDCPreprocessor.cxx
index 59bd9a5187739d93de708a825392fc015ebf31c5..ebd14d958131e60e02760c03c0a594a04fc8bf21 100644 (file)
@@ -212,8 +212,8 @@ else if (runType == "PHYSICS") {
   }
 } 
 else {
-       Log(Form("Nothing to do: run type is %s", runType.Data()))
-       return 0;
+  Log(Form("Nothing to do: run type is %s", runType.Data()));
+  return 0;
 } 
   // note that the parameters are returned as character strings!
   const char* nEvents = GetRunParameter("totalEvents");