merge from upstream for systems that dont integrate libintl into their C library:
[oweals/busybox.git] / scripts / kconfig / gconf.c
index 6d372997d1d518471e6ba5ff9632a1da8056b1f2..fd3002bd3a029b10e7498bf4da4a158089308fd7 100644 (file)
@@ -1516,7 +1516,7 @@ static void display_tree(struct menu *menu)
                    && (tree == tree2))
                        continue;
 /*
-                if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
+               if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
                    || (view_mode == FULL_VIEW)
                    || (view_mode == SPLIT_VIEW))*/
                if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))