url.c: Fixed typo in comment

This commit is contained in:
Steve Holme 2014-04-18 17:04:39 +01:00
parent 0d4af92aeb
commit e2c14bde22
1 changed files with 1 additions and 1 deletions

View File

@ -5245,7 +5245,7 @@ static CURLcode create_conn(struct SessionHandle *data,
/*************************************************************
* If the protocol can't handle url query strings, then cut
* of the unhandable part
* off the unhandable part
*************************************************************/
if((conn->given->flags&PROTOPT_NOURLQUERY)) {
char *path_q_sep = strchr(conn->data->state.path, '?');