diff --git a/app/paint/gimppaintcore-loops.cc b/app/paint/gimppaintcore-loops.cc index d7e24dd8ec..c6753c33c0 100644 --- a/app/paint/gimppaintcore-loops.cc +++ b/app/paint/gimppaintcore-loops.cc @@ -1632,12 +1632,13 @@ struct DispatchPaintMaskToCompMask Dispatch () (visitor, params, algorithms, algorithm); }, params, algorithms, algorithm, - dispatch_paint_mask, dispatch_mask_buffer_iterator); - } - else - { - visitor (algorithm); - } + dispatch_paint_mask, + dispatch_mask_buffer_iterator); + } + else + { + visitor (algorithm); + } } } static dispatch_paint_mask_to_comp_mask;