Skip to content

Commit

Permalink
Rename parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 2, 2024
1 parent d778ff6 commit c7cdbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucl/lib_ucl.cr
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module UCL
fun array_append = ucl_array_append(UclObject*, UclObject*) : Bool
fun object_replace_key = ucl_object_replace_key(top : UclObject*, elt : UclObject*, key : LibC::Char*, keylen : LibC::SizeT, copy_key : Bool) : Bool

fun object_typed_new = ucl_object_typed_new(ucl_type_t : Int64) : UclObject*
fun object_typed_new = ucl_object_typed_new(type : Int64) : UclObject*
fun object_from_int = ucl_object_fromint(iv : LibC::LongLong) : UclObject*
fun object_from_bool = ucl_object_frombool(bv : Bool) : UclObject*
fun object_from_double = ucl_object_fromdouble(dv : LibC::Double) : UclObject*
Expand Down

0 comments on commit c7cdbbd

Please sign in to comment.