From e5581cb0bcf76c0bdc4cb32f92d41bdb23649895 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 4 Sep 2012 18:01:54 +0000 Subject: [PATCH] Syntax error in last apps/netutils/webserver/Kconfig git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5089 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- apps/netutils/webserver/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/netutils/webserver/Kconfig b/apps/netutils/webserver/Kconfig index b1a98f09bf..ef7171a8ef 100644 --- a/apps/netutils/webserver/Kconfig +++ b/apps/netutils/webserver/Kconfig @@ -19,11 +19,11 @@ config NETUTILS_HTTPD_SCRIPT_DISABLE ---help--- This option, if selected, will elide the %! scripting -config NETUTILS_HTTPD_SERVERHEADER_DISABLE, which elides the Server: header +config NETUTILS_HTTPD_SERVERHEADER_DISABLE bool "Disabled the SERVER header" default n ---help--- - This option, if selected, will elide the Server: header + This option, if selected, will elide the Server\: header config NETUTILS_HTTPD_MMAP bool "File mmap-ing"