]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTMemoryFile.cxx
- fixing warnings/coverity
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTMemoryFile.cxx
index 633540c7510233a4c53a8fdb5dac433a60857579..ba610a471c9c3f3aebb838a4a52c912d2e127cc2 100644 (file)
@@ -156,6 +156,7 @@ Long64_t AliHLTMemoryFile::SysSeek(Int_t /*fd*/, Long64_t offset, Int_t whence)
     break;
   case SEEK_END:
     position+=fSize;
+    break;
   default:
     position=-1;
     errno=EINVAL;