Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 11, 2024
1 parent 28857d5 commit 4050920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/img/src/CImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1809,6 +1809,7 @@ void CImage::rotateImage(
rotCode = cv::ROTATE_180;

cv::rotate(srcImg, out_img.m_impl->img, rotCode);
return;
}
// else: general rotation:

Expand Down

0 comments on commit 4050920

Please sign in to comment.