aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/kconfig/conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index e89637e7c..57734b590 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -118,6 +118,8 @@ static void conf_askvalue(struct symbol *sym, const char *def)
118 printf("%s", line); 118 printf("%s", line);
119 return; 119 return;
120 } 120 }
121 default: // placate compiler
122 break;
121 } 123 }
122 } 124 }
123 125