url.c: make line shorter than 80 chars

This commit is contained in:
Yang Tse 2011-10-13 01:52:56 +02:00
parent bff78cc18e
commit 880cf0bedc
1 changed files with 2 additions and 1 deletions

View File

@ -4664,7 +4664,8 @@ static void reuse_conn(struct connectdata *old_conn,
conn->host=old_conn->host;
}
else
Curl_safefree(old_conn->host.rawalloc); /* free the newly allocated name buffer */
/* free the newly allocated name buffer */
Curl_safefree(old_conn->host.rawalloc);
/* persist connection info in session handle */
Curl_persistconninfo(conn);