From: Simon Rit Date: Tue, 2 Feb 2016 09:53:27 +0000 (+0100) Subject: Removed trailing semi-colon X-Git-Tag: v1.4.0~71^2~2^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=638e0234a764d6c171ca4813dfd0114cf36e9757;p=clitk.git Removed trailing semi-colon --- diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 0dce60f..a8ae8c8 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -870,7 +870,7 @@ void vvMainWindow::LoadImages(std::vector files, vvImageReader::Loa } else { SetImageSucceed = imageManager->SetImages(files,filetype, number); } - if (!SetImageSucceed) {; + if (!SetImageSucceed) { QApplication::restoreOverrideCursor(); QString error = "Cannot open file \n"; error += imageManager->GetLastError().c_str();