svn commit: r203323 - head/lib/libc/net
Bruce Cran
brucec at FreeBSD.org
Sun Jan 31 21:47:40 UTC 2010
Author: brucec
Date: Sun Jan 31 21:47:39 2010
New Revision: 203323
URL: http://svn.freebsd.org/changeset/base/203323
Log:
Remove extra semicolon.
Approved by: rrs (mentor)
Modified:
head/lib/libc/net/sctp_sys_calls.c
Modified: head/lib/libc/net/sctp_sys_calls.c
==============================================================================
--- head/lib/libc/net/sctp_sys_calls.c Sun Jan 31 21:45:14 2010 (r203322)
+++ head/lib/libc/net/sctp_sys_calls.c Sun Jan 31 21:47:39 2010 (r203323)
@@ -784,7 +784,7 @@ sctp_sendx(int sd, const void *msg, size
free(buf);
if (ret != 0) {
if (errno == EALREADY) {
- no_end_cx = 1;;
+ no_end_cx = 1;
goto continue_send;
}
return (ret);
More information about the svn-src-head
mailing list