summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sys/statfs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/statfs.rs b/src/sys/statfs.rs
index bd4233c8..63ee1ac4 100644
--- a/src/sys/statfs.rs
+++ b/src/sys/statfs.rs
@@ -4,7 +4,7 @@ use std::os::unix::io::AsRawFd;
pub mod vfs {
#[cfg(target_pointer_width = "32")]
- pub mod hwdep {
+ pub mod hwdep {
use libc::{c_uint};
pub type FsType = c_uint;
pub type BlockSize = c_uint;