Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
(#18) Fix of incorrect constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
leandor committed Nov 6, 2016
1 parent 5ce29d0 commit e3a4b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/papi/lz4/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace lz4 {
constexpr int MAX_INPUT_SIZE = api::_detail::MAX_INPUT_SIZE;

template<int Size>
constexpr int COMPRESSBOUND = api::_detail::_COMPRESSBOUND<Size>;
constexpr int COMPRESSBOUND = api::_detail::COMPRESSBOUND<Size>;

constexpr int VERSION_NUMBER()
{
Expand Down

0 comments on commit e3a4b73

Please sign in to comment.