Skip to content

Commit

Permalink
header size cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed Jan 5, 2022
1 parent 6ce6759 commit 0cd2388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/zstds_ext/dictionary.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ VALUE zstds_ext_get_dictionary_header_size(VALUE ZSTDS_EXT_UNUSED(self), VALUE b

#else
zstds_ext_raise_error(ZSTDS_EXT_ERROR_NOT_IMPLEMENTED);

return SIZET2NUM(0);
#endif
}

Expand Down

0 comments on commit 0cd2388

Please sign in to comment.