From 504849c334059c21a4183d0299dee3f20a5fb551 Mon Sep 17 00:00:00 2001 From: Danilo Piparo <danilo.piparo@cern.ch> Date: Mon, 4 Jun 2018 11:07:04 +0200 Subject: [PATCH] [IO] Remove fatal typo --- io/io/src/TFile.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io/io/src/TFile.cxx b/io/io/src/TFile.cxx index fb3266d9bb2..57b3924db6c 100644 --- a/io/io/src/TFile.cxx +++ b/io/io/src/TFile.cxx @@ -1347,9 +1347,9 @@ std::pair<TList *, Int_t> TFile::GetStreamerInfoListImpl(bool lookupSICache) return {nullptr, 0}; } } -#endif - (void) lookupSICache; #else + (void) lookupSICache; +#endif key->ReadKeyBuffer(buf); list = dynamic_cast<TList*>(key->ReadObjWithBuffer(buffer)); if (list) list->SetOwner(); -- GitLab