aboutsummaryrefslogtreecommitdiff
path: root/util/kconfig/lxdialog/checklist.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/kconfig/lxdialog/checklist.c')
-rw-r--r--util/kconfig/lxdialog/checklist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/kconfig/lxdialog/checklist.c b/util/kconfig/lxdialog/checklist.c
index 3b15c08ec1..8d016faa28 100644
--- a/util/kconfig/lxdialog/checklist.c
+++ b/util/kconfig/lxdialog/checklist.c
@@ -168,13 +168,13 @@ do_resize:
/* create new window for the list */
list = subwin(dialog, list_height, list_width, y + box_y + 1,
- x + box_x + 1);
+ x + box_x + 1);
keypad(list, TRUE);
/* draw a box around the list items */
draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
- dlg.menubox_border.atr, dlg.menubox.atr);
+ dlg.menubox_border.atr, dlg.menubox.atr);
/* Find length of longest item in order to center checklist */
check_x = 0;