mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:utils: Add FALL_THROUGH statements in regedit.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
964b2d4aae
commit
273ef59761
@ -507,7 +507,8 @@ static void handle_value_input(struct regedit *regedit, int c)
|
||||
case 'b':
|
||||
case 'B':
|
||||
binmode = true;
|
||||
/* Falthrough... */
|
||||
|
||||
FALL_THROUGH;
|
||||
case '\n':
|
||||
case KEY_ENTER:
|
||||
vitem = value_list_get_current_item(regedit->vl);
|
||||
|
Loading…
Reference in New Issue
Block a user