Skip to content

Commit

Permalink
Rename NIF
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 28, 2025
1 parent 1f48988 commit 48dc71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/dll_loader/adbc_dll_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ int load(ErlNifEnv *,void **,ERL_NIF_TERM) {

static ErlNifFunc nif_functions[] = {};

ERL_NIF_INIT(Elixir.Adbc.Nif.DLLLoader, nif_functions, load, NULL, upgrade, NULL);
ERL_NIF_INIT(Elixir.Adbc.DLLLoaderNif, nif_functions, load, NULL, upgrade, NULL);

0 comments on commit 48dc71c

Please sign in to comment.