[Midnightbsd-cvs] src [7486] trunk/lib/libc/net/ip6opt.c: remove extra ;

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 20 17:51:50 EDT 2016


Revision: 7486
          http://svnweb.midnightbsd.org/src/?rev=7486
Author:   laffer1
Date:     2016-03-20 17:51:49 -0400 (Sun, 20 Mar 2016)
Log Message:
-----------
remove extra ;

Modified Paths:
--------------
    trunk/lib/libc/net/ip6opt.c

Modified: trunk/lib/libc/net/ip6opt.c
===================================================================
--- trunk/lib/libc/net/ip6opt.c	2016-03-20 21:50:56 UTC (rev 7485)
+++ trunk/lib/libc/net/ip6opt.c	2016-03-20 21:51:49 UTC (rev 7486)
@@ -461,7 +461,7 @@
 int
 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset)
 {
-	int updatelen = offset > 0 ? (1 + ((offset - 1) | 7)) : 0;;
+	int updatelen = offset > 0 ? (1 + ((offset - 1) | 7)) : 0;
 
 	if (extbuf) {
 		u_int8_t *padp;



More information about the Midnightbsd-cvs mailing list