summaryrefslogtreecommitdiffstats
path: root/support/kconfig/lxdialog/inputbox.c
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2018-09-19 13:36:15 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-20 23:14:38 +0200
commit6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7 (patch)
treeb9547dbbf6379abc2cf36430dda078f5b2ddae36 /support/kconfig/lxdialog/inputbox.c
parent78dd830f15b0c175cb8c9d2fef7f0641a8733b29 (diff)
downloadbuildroot-6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7.tar.gz
buildroot-6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7.zip
support/kconfig: bump to kconfig from Linux 4.17-rc2
Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/kconfig/lxdialog/inputbox.c')
-rw-r--r--support/kconfig/lxdialog/inputbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/lxdialog/inputbox.c b/support/kconfig/lxdialog/inputbox.c
index 447a582198..d58de1dc53 100644
--- a/support/kconfig/lxdialog/inputbox.c
+++ b/support/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;
OpenPOWER on IntegriCloud