]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity fix
authorantoniol <antoniol@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Mar 2012 15:40:19 +0000 (15:40 +0000)
committerantoniol <antoniol@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Mar 2012 15:40:19 +0000 (15:40 +0000)
ANALYSIS/TenderSupplies/AliTOFTenderSupply.cxx

index 80fb2de0a1300aaa92d832a322e1233ef520cc07..8e906fcae79b46eddfd86abe5ba95ae0a93ef113 100644 (file)
@@ -478,6 +478,7 @@ void AliTOFTenderSupply::DetectRecoPass()
   
   if (!file) {
     AliFatal("Current file not found");
+    return; // coverity
   }
   
   //find pass from file name (UGLY, but not stored in ESD... )