X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=scripts%2Fkconfig%2Fgconf.c;h=c406bde28dbe6428819fb2719d7c5aa8c7aa97bf;hp=a11d5f7b9eeb1f793514fb8548b646a7414ca321;hb=d8fc320079b46cf462897148f48d4a63f37f56ce;hpb=55922c9d1b84b89cb946c777fddccb3247e7df2c diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index a11d5f7..c406bde 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -1172,6 +1172,7 @@ static gchar **fill_row(struct menu *menu) row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); if (sym_is_choice(sym)) break; + /* fall through */ case S_TRISTATE: val = sym_get_tristate_value(sym); switch (val) {