Skip to content

Commit

Permalink
fix syntax error in previous
Browse files Browse the repository at this point in the history
  • Loading branch information
jakllsch committed Aug 6, 2018
1 parent 174888f commit 80f2d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/netbsdlike/netbsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ extern {
}

cfg_if! {
if #[cfg(target_arch = "arm")]
if #[cfg(target_arch = "arm")] {
mod arm;
pub use self::arm::*;
} else if #[cfg(target_arch = "powerpc")] {
Expand Down

0 comments on commit 80f2d7d

Please sign in to comment.