summaryrefslogtreecommitdiffstats
path: root/support/kconfig/lxdialog/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig/lxdialog/util.c')
-rw-r--r--support/kconfig/lxdialog/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/lxdialog/util.c b/support/kconfig/lxdialog/util.c
index 58a8289dd6..f7abdeb92a 100644
--- a/support/kconfig/lxdialog/util.c
+++ b/support/kconfig/lxdialog/util.c
@@ -623,7 +623,7 @@ void item_make(const char *fmt, ...)
void item_add_str(const char *fmt, ...)
{
va_list ap;
- size_t avail;
+ size_t avail;
avail = sizeof(item_cur->node.str) - strlen(item_cur->node.str);
OpenPOWER on IntegriCloud