Added a missing break in graph_select_segment.

Coverity 482.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36349 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
stig 2011-03-26 15:20:37 +00:00
parent 5c29a616d6
commit 3b097ad8e6
1 changed files with 1 additions and 0 deletions

View File

@ -2518,6 +2518,7 @@ static void graph_select_segment (struct graph *g, int x, int y)
if (line_detect_collision (e, x, y)) {
num = e->parent->num;
}
break;
case ELMT_ARC:
if (arc_detect_collision (e, x, y)) {
num = e->parent->num;