Skip to content

Commit

Permalink
missing break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPuttemans committed Mar 4, 2016
1 parent 05a68fd commit b47f260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/annotation/opencv_annotation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit b47f260

Please sign in to comment.