Skip to content

Commit

Permalink
BUG: correction of brace-mistake that lead to a build error
Browse files Browse the repository at this point in the history
  • Loading branch information
rprueckl committed Feb 26, 2020
1 parent 7d6f88a commit 2a73fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/MRML/Logic/vtkMRMLSliceLogic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ bool vtkMRMLSliceLogic::UpdateBlendLayers2(BlendPipeline* pipeline, const std::d
if (GetBackgroundLayer())
{
GetBackgroundLayer()->GetSliceNode()->GetDimensions(dims);
{
}
else if (GetForegroundLayer())
{
GetForegroundLayer()->GetSliceNode()->GetDimensions(dims);
Expand Down

0 comments on commit 2a73fac

Please sign in to comment.