From 42fd235040095e77f7bef26ec7506ad0b3cd8039 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Nov 2018 15:23:17 +0100 Subject: nss: fix fallthrough comment to fix picky compiler warning --- lib/vtls/nss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/nss.c') diff --git a/lib/vtls/nss.c b/lib/vtls/nss.c index a3d3e58bb..9dceb9773 100644 --- a/lib/vtls/nss.c +++ b/lib/vtls/nss.c @@ -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; } -- cgit v1.2.3