make r const

This commit is contained in:
Joris Vink 2017-08-08 09:11:41 +02:00
parent 6b60e4c6cc
commit ae4201c647
1 changed files with 1 additions and 1 deletions

View File

@ -1739,7 +1739,7 @@ http_write_response_cookie(struct http_cookie *ck)
const char * const char *
http_status_text(int status) http_status_text(int status)
{ {
char *r; const char *r;
switch (status) { switch (status) {
case HTTP_STATUS_CONTINUE: case HTTP_STATUS_CONTINUE: