Skip to content

Commit 4351ca7

Browse files
committed
Fix space character problem
1 parent 0b090c4 commit 4351ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ffi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Then create a new file at the root of your workspace, named `build.rs`.
3636
```rust
3737
// build.rs
3838
fn main() {
39-
    println!("cargo:rustc-link-lib=dylib=stdc++");
40-
    println!("cargo:rustc-link-search=<YOUR SNAPPY LIBRARY PATH>");
39+
println!("cargo:rustc-link-lib=dylib=stdc++");
40+
println!("cargo:rustc-link-search=<YOUR SNAPPY LIBRARY PATH>");
4141
}
4242
```
4343

0 commit comments

Comments
 (0)