diff options
-rw-r--r-- | scripts/config/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 0ac3a8d07..63b4ff72f 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c | |||
@@ -101,7 +101,7 @@ static char filename[PATH_MAX+1] = ".config"; | |||
101 | static int indent = 0; | 101 | static int indent = 0; |
102 | static struct termios ios_org; | 102 | static struct termios ios_org; |
103 | static int rows, cols; | 103 | static int rows, cols; |
104 | static struct menu *current_menu; | 104 | struct menu *current_menu; |
105 | static int child_count; | 105 | static int child_count; |
106 | static int single_menu_mode; | 106 | static int single_menu_mode; |
107 | 107 | ||