From: mrodrigu Date: Wed, 12 Mar 2008 09:46:19 +0000 (+0000) Subject: Correction of Acorde's Preprocessor (Luciano Diaz) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e17420c5f9ffb9524d10baf3c44ceaccdbc7439a;hp=33c82fbfdaf5dad77f5868d15b5f426b8160ceda Correction of Acorde's Preprocessor (Luciano Diaz) --- diff --git a/ACORDE/AliACORDEPreprocessor.cxx b/ACORDE/AliACORDEPreprocessor.cxx index b5d4305889b..f4676be3dd1 100644 --- a/ACORDE/AliACORDEPreprocessor.cxx +++ b/ACORDE/AliACORDEPreprocessor.cxx @@ -93,7 +93,7 @@ UInt_t AliACORDEPreprocessor::Process(TMap* /*dcsAliasMap*/) { Log("RunType is not STANDALONE_PULSER, nothing to do"); - return 1; + return 0; }