Skip to content

Commit

Permalink
Update wrapper.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
petevine committed Feb 4, 2016
1 parent 63c0772 commit 680f39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl INotify {

ffi::inotify_add_watch(
self.fd,
c_str.as_ptr(),
c_str.as_ptr() as *const _,
mask
)
};
Expand Down

0 comments on commit 680f39a

Please sign in to comment.