mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-15 07:15:03 -04:00
Fix a compile warning introduced in 739e688
This commit is contained in:
parent
739e688275
commit
bd1ed5f3c5
2
http.c
2
http.c
@ -1256,7 +1256,7 @@ evhttp_parse_response_line(struct evhttp_request *req, char *line)
|
|||||||
{
|
{
|
||||||
char *protocol;
|
char *protocol;
|
||||||
char *number;
|
char *number;
|
||||||
char *readable = "";
|
const char *readable = "";
|
||||||
|
|
||||||
protocol = strsep(&line, " ");
|
protocol = strsep(&line, " ");
|
||||||
if (line == NULL)
|
if (line == NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user