diff --git a/openbr/plugins/imgproc/cropfrommask.cpp b/openbr/plugins/imgproc/cropfrommask.cpp index 3898172..76e3ea8 100644 --- a/openbr/plugins/imgproc/cropfrommask.cpp +++ b/openbr/plugins/imgproc/cropfrommask.cpp @@ -43,7 +43,7 @@ private: bottom = j; } } - } + } if (fixedAspectRatio) { h = bottom - top + 1;