diff options
Diffstat (limited to 'scripts/kconfig/mconf.c')
| -rw-r--r-- | scripts/kconfig/mconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 734cf4f3131e..6841e95c0989 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
| @@ -773,7 +773,7 @@ static void conf_string(struct menu *menu) | |||
| 773 | 773 | ||
| 774 | while (1) { | 774 | while (1) { |
| 775 | int res; | 775 | int res; |
| 776 | char *heading; | 776 | const char *heading; |
| 777 | 777 | ||
| 778 | switch (sym_get_type(menu->sym)) { | 778 | switch (sym_get_type(menu->sym)) { |
| 779 | case S_INT: | 779 | case S_INT: |
| @@ -925,3 +925,4 @@ int main(int ac, char **av) | |||
| 925 | 925 | ||
| 926 | return 0; | 926 | return 0; |
| 927 | } | 927 | } |
| 928 | |||
