[opencv] 41/98: apps: add missed 'break'

Mattia Rizzolo mattia at debian.org
Tue Oct 4 17:51:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 2.4.13
in repository opencv.

commit c1f3c41babb73dd858ee77fba5b9d6ea90b2d5fd
Author: Alexander Alekhin <alexander.alekhin at itseez.com>
Date:   Thu Mar 3 14:23:59 2016 +0300

    apps: add missed 'break'
---
 apps/annotation/opencv_annotation.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/annotation/opencv_annotation.cpp b/apps/annotation/opencv_annotation.cpp
index 37dfbae..96fddea 100644
--- a/apps/annotation/opencv_annotation.cpp
+++ b/apps/annotation/opencv_annotation.cpp
@@ -150,6 +150,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++;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list