From 638e0234a764d6c171ca4813dfd0114cf36e9757 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 2 Feb 2016 10:53:27 +0100 Subject: [PATCH] Removed trailing semi-colon --- vv/vvMainWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.1