Skip to content

Commit 62ad61f

Browse files
committed
Fix accidental syntax error (oops)
1 parent 6bc0914 commit 62ad61f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unix/newlib/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ pub const IPV6_MULTICAST_IF: ::c_int = 9;
539539
pub const IPV6_MULTICAST_HOPS: ::c_int = 10;
540540
pub const IPV6_MULTICAST_LOOP: ::c_int = 11;
541541
pub const IPV6_V6ONLY: ::c_int = 27;
542-
pub const IPV6_JOIN_GROUP ::c_int = 12;
543-
pub const IPV6_LEAVE_GROUP ::c_int = 13;
542+
pub const IPV6_JOIN_GROUP: ::c_int = 12;
543+
pub const IPV6_LEAVE_GROUP: ::c_int = 13;
544544
pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12;
545545
pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13;
546546

0 commit comments

Comments
 (0)