author | mickeyl <mickeyl> | 2005-09-03 00:56:25 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-09-03 00:56:25 (UTC) |
commit | 5907b0aabc816287db5c7f2b1ec8d8bfce4d9c28 (patch) (unidiff) | |
tree | 21cc663f18f6207dc23797b87aad517de2c3281a /scripts/kconfig | |
parent | 8a74037f6174f187ea3f5583d6c253752792128a (diff) | |
download | opie-5907b0aabc816287db5c7f2b1ec8d8bfce4d9c28.zip opie-5907b0aabc816287db5c7f2b1ec8d8bfce4d9c28.tar.gz opie-5907b0aabc816287db5c7f2b1ec8d8bfce4d9c28.tar.bz2 |
fix for gcc4
-rw-r--r-- | scripts/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index b9cf25f..0967471 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -88,7 +88,7 @@ static char *args[1024], **argptr = args; | |||
88 | static int indent = 0; | 88 | static int indent = 0; |
89 | static struct termios ios_org; | 89 | static struct termios ios_org; |
90 | static int rows, cols; | 90 | static int rows, cols; |
91 | static struct menu *current_menu; | 91 | struct menu *current_menu; |
92 | static int child_count; | 92 | static int child_count; |
93 | static int do_resize; | 93 | static int do_resize; |
94 | static int single_menu_mode; | 94 | static int single_menu_mode; |