Skip to content

Commit

Permalink
nss: fix fallthrough comment to fix picky compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 12, 2018
1 parent f7fa04d commit 42fd235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/nss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 42fd235

Please sign in to comment.