apps: add missed 'break'

This commit is contained in:
Alexander Alekhin 2016-03-03 14:23:59 +03:00
parent 8a09d95eab
commit c1f3c41bab

View File

@ -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++;