Skip to content

Commit

Permalink
Fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 28, 2025
1 parent fcbf7fd commit 0b1bda4
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 @@ -104,4 +104,4 @@ static ErlNifFunc nif_functions[] = {
F(add_dll_directory, 0)
};

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 0b1bda4

Please sign in to comment.