Skip to content

Commit

Permalink
wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 13, 2023
1 parent 13083cb commit c14e1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fn wrapped() {
clingo_ast_build(
clingo_ast_type_e_clingo_ast_type_guard as i32,
&mut guard,
clingo_ast_comparison_operator_e_clingo_ast_comparison_operator_greater_than as isize,
gt as isize,
term,
)
} {
Expand Down

0 comments on commit c14e1a1

Please sign in to comment.