summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-01-31 21:47:39 +0000
committerbrucec <brucec@FreeBSD.org>2010-01-31 21:47:39 +0000
commitc801976d1315cbf2f0b443e7850c19bcda1cf5ce (patch)
tree6f5648f4ff054bf6803acdde4e78028417e3f557 /lib
parentb51b4f4d2bd4524c3a6383abffcde25ab26f3059 (diff)
downloadFreeBSD-src-c801976d1315cbf2f0b443e7850c19bcda1cf5ce.zip
FreeBSD-src-c801976d1315cbf2f0b443e7850c19bcda1cf5ce.tar.gz
Remove extra semicolon.
Approved by: rrs (mentor)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/sctp_sys_calls.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud