From 3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 19 Jul 2013 20:16:33 +0200 Subject: fixed compiler warning --- picohttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picohttp.c') 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: -- cgit v1.3.1