From ee7ee75497f3883553b425290db64c7bb05b77fc Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Thu, 18 Feb 2010 10:55:42 +0000 Subject: [PATCH] MFC r203323: Remove extra semicolon. Approved by: rrs (mentor) --- lib/libc/net/sctp_sys_calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index 715fcbd797f..d876293146a 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -784,7 +784,7 @@ sctp_sendx(int sd, const void *msg, size_t msg_len, free(buf); if (ret != 0) { if (errno == EALREADY) { - no_end_cx = 1;; + no_end_cx = 1; goto continue_send; } return (ret);