aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 20:16:33 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 20:16:33 +0200
commit3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc (patch)
tree72fde5aa3e512651921d23831015aadfa74dc295 /picohttp.c
parentcfd0ed185c7b9bbcef04e84ef41074d054ca8cd0 (diff)
downloadlitheweb-3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc.tar.gz
litheweb-3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc.tar.bz2
fixed compiler warning
Diffstat (limited to 'picohttp.c')
-rw-r--r--picohttp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/picohttp.c b/picohttp.c
index 84e0238..6ecc528 100644
--- a/picohttp.c
+++ b/picohttp.c
@@ -99,7 +99,7 @@ static size_t picohttp_fmt_int(char *dest,int i) {
#define picohttp_fmt_int fmt_long
#endif
-static char const * const picohttpStatusString(int code)
+static char const *picohttpStatusString(int code)
{
switch(code) {
case 200: