Skip to content

Commit 37636cf

Browse files
committed
Drop an erroneous semicolon.
1 parent 8f82d3e commit 37636cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ifaddrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cfg_if! {
3737
}
3838
} else {
3939
fn get_ifu_from_sockaddr(info: &libc::ifaddrs) -> *const libc::sockaddr {
40-
info.ifa_dstaddr;
40+
info.ifa_dstaddr
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)