From: StevenPuttemans Date: Fri, 4 Mar 2016 08:41:13 +0000 (+0100) Subject: missing break statement X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1969^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b47f2600cd6ec5c14048968b94df95991cf58703;p=platform%2Fupstream%2Fopencv.git missing break statement --- diff --git a/apps/annotation/opencv_annotation.cpp b/apps/annotation/opencv_annotation.cpp index c94d6c3..498bbfe 100644 --- a/apps/annotation/opencv_annotation.cpp +++ b/apps/annotation/opencv_annotation.cpp @@ -152,6 +152,7 @@ void get_annotations(Mat input_image, stringstream* output_stream) case 27: destroyWindow(window_name); stop = true; + break; case 99: // Add a rectangle to the list num_of_rec++;