missing break would be bad in future if added more cases
This commit is contained in:
parent
7fbf1f4bd8
commit
7317d17c76
1 changed files with 1 additions and 0 deletions
|
@ -1211,5 +1211,6 @@ static void event_handle_menu(XEvent *ev)
|
||||||
if ((f = find_active_menu()))
|
if ((f = find_active_menu()))
|
||||||
menu_frame_select_next(f);
|
menu_frame_select_next(f);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue