Fix a compile warning introduced in 739e688

This commit is contained in:
Sebastian Hahn 2010-05-02 12:51:35 +02:00
parent 739e688275
commit bd1ed5f3c5

2
http.c
View File

@ -1256,7 +1256,7 @@ evhttp_parse_response_line(struct evhttp_request *req, char *line)
{
char *protocol;
char *number;
char *readable = "";
const char *readable = "";
protocol = strsep(&line, " ");
if (line == NULL)