From 71c8ad54cf296d151f547bc42fba8f6c2f5131a7 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: svn://svn.code.sf.net/p/nuttx/code/trunk@5089 42af7a65-404d-4744-a932-0658087f49c3 --- netutils/webserver/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netutils/webserver/Kconfig b/netutils/webserver/Kconfig index b1a98f09b..ef7171a8e 100644 --- a/netutils/webserver/Kconfig +++ b/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"