projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f208bf5
)
white space fix: shorten long line
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 10 Aug 2012 06:54:29 +0000
(08:54 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 10 Aug 2012 06:59:36 +0000
(08:59 +0200)
... to please checksrc.pl
lib/nss.c
patch
|
blob
|
history
diff --git
a/lib/nss.c
b/lib/nss.c
index 26f35eb0fca0f855c607633e94f3e1df799a5b15..f39de3bad762915d65fde756a2017d314e7295ae 100644
(file)
--- a/
lib/nss.c
+++ b/
lib/nss.c
@@
-1081,7
+1081,8
@@
int Curl_nss_close_all(struct SessionHandle *data)
return 0;
}
-/* true if NSS can provide error code (and possibly a message) for the error */
+/* return true if NSS can provide error code (and possibly msg) for the
+ error */
static bool is_nss_error(CURLcode err)
{
switch(err) {