Remove unnecessary trailing semicolon
This commit is contained in:
parent
ce167f8be7
commit
6b0c3dfe00
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ impl<'a> Iterator for Messages<'a> {
|
|||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
))] {
|
||||
msg.msg_controllen = self.buffer.len() as libc::socklen_t;;
|
||||
msg.msg_controllen = self.buffer.len() as libc::socklen_t;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue