aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-05-31 12:30:26 -0400
committerArnaud Lacombe <lacombar@gmail.com>2011-06-06 15:32:10 -0400
commitd8fc320079b46cf462897148f48d4a63f37f56ce (patch)
tree739c77444b846363467bf81633973c1eec0d0bad /scripts/kconfig/mconf.c
parent55922c9d1b84b89cb946c777fddccb3247e7df2c (diff)
kconfig: annotate non-trivial fall-trough
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r--scripts/kconfig/mconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index d433c7a2474..87001e62cef 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -845,6 +845,7 @@ int main(int ac, char **av)
845 "\n\n")); 845 "\n\n"));
846 return 1; 846 return 1;
847 } 847 }
848 /* fall through */
848 case -1: 849 case -1:
849 printf(_("\n\n" 850 printf(_("\n\n"
850 "*** End of the configuration.\n" 851 "*** End of the configuration.\n"