From 886e0bd14191864a39624a08595a19357c3fb2f5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 22 Apr 2013 17:36:27 -0600 Subject: kconfig2html: A few minor things missed in the last commit --- nuttx/tools/kconfig2html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/tools') diff --git a/nuttx/tools/kconfig2html.c b/nuttx/tools/kconfig2html.c index ce40ff40a..de749cb7d 100644 --- a/nuttx/tools/kconfig2html.c +++ b/nuttx/tools/kconfig2html.c @@ -1819,12 +1819,12 @@ static inline char *process_config(FILE *stream, const char *configname, if (config.c_select.s_nvar > 0) { - outfunc("
  • Selects: CONFIG_%s", + outfunc("
  • Selects: CONFIG_%s", config.c_select.s_varname[0], config.c_select.s_varname[0]); for (i = 1; i < config.c_select.s_nvar; i++) { - outfunc(", CONFIG_%s", + outfunc(", CONFIG_%s", config.c_select.s_varname[i], config.c_select.s_varname[i]); } -- cgit v1.2.3