Skip to content

Commit

Permalink
More space fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
raz-adroll committed Sep 12, 2023
1 parent d268727 commit 9e58cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_src/zstd_nif.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ static int zstd_on_upgrade(ErlNifEnv *env, void **priv, void **old, ERL_NIF_TERM
}

static ErlNifFunc nif_funcs[] = {
{ "compress" , 2, zstd_nif_compress , ERL_DIRTY_JOB_CPU_BOUND },
{ "decompress" , 1, zstd_nif_decompress , ERL_DIRTY_JOB_CPU_BOUND },
{ "compress" , 2, zstd_nif_compress , ERL_DIRTY_JOB_CPU_BOUND },
{ "decompress" , 1, zstd_nif_decompress , ERL_DIRTY_JOB_CPU_BOUND },

{ "new_compression_stream" , 0, zstd_nif_new_compression_stream },
{ "new_decompression_stream" , 0, zstd_nif_new_decompression_stream },
Expand Down

0 comments on commit 9e58cfa

Please sign in to comment.