mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
make r const
This commit is contained in:
parent
6b60e4c6cc
commit
ae4201c647
@ -1739,7 +1739,7 @@ http_write_response_cookie(struct http_cookie *ck)
|
||||
const char *
|
||||
http_status_text(int status)
|
||||
{
|
||||
char *r;
|
||||
const char *r;
|
||||
|
||||
switch (status) {
|
||||
case HTTP_STATUS_CONTINUE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user