Unverified Commit 42fd2350 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

nss: fix fallthrough comment to fix picky compiler warning

parent f7fa04d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }