]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/hlt-macros/onlineDisplay.C
bugfix
[u/mrichter/AliRoot.git] / EVE / hlt-macros / onlineDisplay.C
index cc9411a24c83116c658aa1c5c1091037f6ff0a7b..6d297a9ea4706d6ddd0b0393b5b39fbefe0c752c 100644 (file)
@@ -266,7 +266,6 @@ Int_t                                     gEMCALHistoCount    =0;
 Bool_t                                    gEventLoopStarted = kFALSE;
 
 
-
 //Container for gGeoManager till it is broken
 TGeoManager *fGeoManager = 0;
 // -----------------------------------------------------------------
@@ -784,7 +783,7 @@ Int_t processEvent() {
     iResult = processBlock(block);
   }
   
-  iResult = updateDisplay();
+  updateDisplay();
 
   return iResult;
 }