summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
diff options
context:
space:
mode:
authorArnaud Lacombe2011-05-31 18:30:26 +0200
committerArnaud Lacombe2011-06-06 21:32:10 +0200
commitd8fc320079b46cf462897148f48d4a63f37f56ce (patch)
tree739c77444b846363467bf81633973c1eec0d0bad /scripts/kconfig/mconf.c
parentLinux 3.0-rc1 (diff)
downloadkernel-qcow2-linux-d8fc320079b46cf462897148f48d4a63f37f56ce.tar.gz
kernel-qcow2-linux-d8fc320079b46cf462897148f48d4a63f37f56ce.tar.xz
kernel-qcow2-linux-d8fc320079b46cf462897148f48d4a63f37f56ce.zip
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 d433c7a24745..87001e62cefd 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -845,6 +845,7 @@ int main(int ac, char **av)
"\n\n"));
return 1;
}
+ /* fall through */
case -1:
printf(_("\n\n"
"*** End of the configuration.\n"