summaryrefslogtreecommitdiff
path: root/misc/buildroot/package/config/lxdialog/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/package/config/lxdialog/dialog.h')
-rw-r--r--misc/buildroot/package/config/lxdialog/dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/buildroot/package/config/lxdialog/dialog.h b/misc/buildroot/package/config/lxdialog/dialog.h
index 7bab3ad0e..cb482a5ab 100644
--- a/misc/buildroot/package/config/lxdialog/dialog.h
+++ b/misc/buildroot/package/config/lxdialog/dialog.h
@@ -89,7 +89,7 @@
#define ACS_DARROW 'v'
#endif
-/*
+/*
* Attribute names
*/
#define screen_attr attributes[0]
@@ -165,7 +165,7 @@ int dialog_msgbox (const char *title, const char *prompt, int height,
int width, int pause);
int dialog_textbox (const char *title, const char *file, int height, int width);
int dialog_menu (const char *title, const char *prompt, int height, int width,
- int menu_height, const char *choice, int item_no,
+ int menu_height, const char *choice, int item_no,
struct dialog_list_item ** items);
int dialog_checklist (const char *title, const char *prompt, int height,
int width, int list_height, int item_no,