mirror of
https://github.com/curl/curl.git
synced 2026-07-24 03:27:22 +03:00
nss: fix fallthrough comment to fix picky compiler warning
This commit is contained in:
parent
f7fa04d7f3
commit
42fd235040
1 changed files with 1 additions and 1 deletions
|
|
@ -2164,7 +2164,7 @@ static CURLcode nss_connect_common(struct connectdata *conn, int sockindex,
|
|||
if(!blocking)
|
||||
/* CURLE_AGAIN in non-blocking mode is not an error */
|
||||
return CURLE_OK;
|
||||
/* fall through */
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue