diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-13 01:24:08 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-13 01:24:08 (GMT) |
commit | 45a357fd1704e9c6d2d8037277bda62e8c86308e (patch) | |
tree | 55cff5ceae829ff651af18bf4129b9db119a7379 /lib/xxhash.c | |
parent | e38c268b5a4b9289c29ad4d11c8f81c13b52464c (diff) | |
download | lz4-45a357fd1704e9c6d2d8037277bda62e8c86308e.zip lz4-45a357fd1704e9c6d2d8037277bda62e8c86308e.tar.gz lz4-45a357fd1704e9c6d2d8037277bda62e8c86308e.tar.bz2 |
Improved sparse file support
Diffstat (limited to 'lib/xxhash.c')
-rw-r--r-- | lib/xxhash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/xxhash.c b/lib/xxhash.c index 093564c..aca1e0a 100644 --- a/lib/xxhash.c +++ b/lib/xxhash.c @@ -28,8 +28,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You can contact the author at : -- xxHash source repository : http://code.google.com/p/xxhash/ -- xxHash source mirror : https://github.com/Cyan4973/xxHash +- xxHash source repository : https://github.com/Cyan4973/xxHash - public discussion board : https://groups.google.com/forum/#!forum/lz4c */ |