From c801976d1315cbf2f0b443e7850c19bcda1cf5ce Mon Sep 17 00:00:00 2001 From: brucec Date: Sun, 31 Jan 2010 21:47:39 +0000 Subject: Remove extra semicolon. Approved by: rrs (mentor) --- lib/libc/net/sctp_sys_calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index 715fcbd..d876293 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); -- cgit v1.1