s3:utils: Add FALL_THROUGH statements in regedit.c
authorAndreas Schneider <asn@samba.org>
Wed, 26 Jul 2017 15:55:35 +0000 (17:55 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 03:37:42 +0000 (04:37 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/regedit.c

index 14e75c25bfaafa7e72a35a1f3002828ef22d308e..27bd6f8f2c2ceba125fe30f9afa9bb0348521846 100644 (file)
@@ -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);