Skip to content

Commit 0cdde1a

Browse files
ChunMinChangkinetiknz
authored andcommitted
Fix doctest failure
This fixes the failure here: https://travis-ci.org/github/mozilla/mp4parse-rust/jobs/748610958#L725
1 parent fb4b4b9 commit 0cdde1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp4parse_capi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! }
1818
//! }
1919
//!
20-
//! let mut file = std::fs::File::open("../mp4parse/tests/minimal.mp4").unwrap();
20+
//! let mut file = std::fs::File::open("mp4parse/tests/minimal.mp4").unwrap();
2121
//! let io = mp4parse_capi::Mp4parseIo {
2222
//! read: Some(buf_read),
2323
//! userdata: &mut file as *mut _ as *mut std::os::raw::c_void

0 commit comments

Comments
 (0)