From 5dbea00ee6b3eeea23c1bc13c5f44e25b7c9b658 Mon Sep 17 00:00:00 2001 From: Owen Arnold <owen.arnold@stfc.ac.uk> Date: Fri, 29 Jun 2012 15:24:50 +0100 Subject: [PATCH] refs #5546. Fix MSBuild warning --- Code/Mantid/Framework/Kernel/src/LogParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/Kernel/src/LogParser.cpp b/Code/Mantid/Framework/Kernel/src/LogParser.cpp index a38fbd27a63..bd9f441ffc3 100644 --- a/Code/Mantid/Framework/Kernel/src/LogParser.cpp +++ b/Code/Mantid/Framework/Kernel/src/LogParser.cpp @@ -67,7 +67,7 @@ namespace Mantid } } // Handle the version where log flat is CHANGE_PERIOD - else if(scom == "CHANGE_PERIOD"); + else if(scom == "CHANGE_PERIOD") { idata >> ip; if( ip > 0 ) -- GitLab