diff options
Diffstat (limited to 'util/kconfig/lxdialog/inputbox.c')
-rw-r--r-- | util/kconfig/lxdialog/inputbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/lxdialog/inputbox.c b/util/kconfig/lxdialog/inputbox.c index 447a582198..d58de1dc53 100644 --- a/util/kconfig/lxdialog/inputbox.c +++ b/util/kconfig/lxdialog/inputbox.c @@ -42,7 +42,7 @@ static void print_buttons(WINDOW * dialog, int height, int width, int selected) * Display a dialog box for inputing a string */ int dialog_inputbox(const char *title, const char *prompt, int height, int width, - const char *init) + const char *init) { int i, x, y, box_y, box_x, box_width; int input_x = 0, key = 0, button = -1; |