X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=blobdiff_plain;f=libs%2Flxdialog%2Finputbox.c;h=d58de1dc5360dacf90fce2c177e3fb6c3ed8c83e;hp=447a582198c9bc70c37c4d2d034b128b5a62080d;hb=6bc83be982e93c53a4fdeda9d60dcbb2a95c8f1b;hpb=7540dcc0384509c32521a65729b7609b534af362 diff --git a/libs/lxdialog/inputbox.c b/libs/lxdialog/inputbox.c index 447a582..d58de1d 100644 --- a/libs/lxdialog/inputbox.c +++ b/libs/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;