Skip to content

Commit 1ab6d71

Browse files
authored
Update bindings.rs
1 parent 84657e0 commit 1ab6d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ struct local_result {
99
size: usize,
1010
}
1111

12-
#[link(name = "chdb")] // Replace "chdb" with the actual library name
12+
#[link(name = "chdb")]
1313
extern "C" {
1414
fn query_stable(argc: i32, argv: *const *const c_char) -> *mut local_result;
1515
}

0 commit comments

Comments
 (0)