summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-04 18:01:54 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-04 18:01:54 +0000
commited8b171fbeb8063c38114868baa913738d3372ab (patch)
tree135f88a11934a41046ded3a80f419fc12888ff89
parent7aa244e69baa8f1c7870cdeb1b03b5975373b9e0 (diff)
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
-rw-r--r--apps/netutils/webserver/Kconfig4
1 files 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"