diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-10 13:14:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-10 13:14:15 +0000 |
commit | 7738ddaa1197c6201886e1c8f6837af5c2c47611 (patch) | |
tree | 12e2672ee9e34031fce0c334913ab7a4cb3e2026 /extra/config/mconf.c | |
parent | 9c2d269cfa77cf10eeb9acb24f5eab084a66644a (diff) |
- pull kconfig from linux-2.6.27
Diffstat (limited to 'extra/config/mconf.c')
-rw-r--r-- | extra/config/mconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/config/mconf.c b/extra/config/mconf.c index 3effa5b5b..d7314f3a3 100644 --- a/extra/config/mconf.c +++ b/extra/config/mconf.c @@ -772,7 +772,7 @@ static void conf_string(struct menu *menu) while (1) { int res; - char *heading; + const char *heading; switch (sym_get_type(menu->sym)) { case S_INT: @@ -924,3 +924,4 @@ int main(int ac, char **av) return conf_write_autoconf(); } + |