missing break statement
authorStevenPuttemans <steven.puttemans@kuleuven.be>
Fri, 4 Mar 2016 08:41:13 +0000 (09:41 +0100)
committerStevenPuttemans <steven.puttemans@kuleuven.be>
Fri, 4 Mar 2016 08:41:13 +0000 (09:41 +0100)
apps/annotation/opencv_annotation.cpp

index c94d6c3..498bbfe 100644 (file)
@@ -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++;