diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-26 12:35:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-26 12:35:24 +0000 |
commit | baeebb2b573aeefca955cfe8efd7d8eac4c3444c (patch) | |
tree | 40ab7a224b4839220fde8fda32039eb11c75d64b /lib | |
parent | ecc6f550eb934575da4f863bed1915c426380fd3 (diff) |
narrow the comment to < 80 columns
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_digest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c index 569c18c8a..be5ca5a8d 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -105,8 +105,8 @@ CURLdigest Curl_input_digest(struct connectdata *conn, (2 == sscanf(header, "%255[^=]=%1023[^\r\n,]", value, content)) ) { if(!strcmp("\"\"", content)) { - /* for the name="" case where we get only the "" in the content variable, - * simply clear the content then + /* for the name="" case where we get only the "" in the content + * variable, simply clear the content then */ content[0]=0; } |