summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-17 17:02:01 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-17 17:02:01 (GMT)
commit7d87d43e619b0296bbe3f1674f10575b3f68c189 (patch)
treed69b52fb3cee70129f9c9101278ade033aa5363c /lib
parentb54d256f563bddff985b326bbcb374a8789b3e04 (diff)
downloadlz4-7d87d43e619b0296bbe3f1674f10575b3f68c189.zip
lz4-7d87d43e619b0296bbe3f1674f10575b3f68c189.tar.gz
lz4-7d87d43e619b0296bbe3f1674f10575b3f68c189.tar.bz2
Updated lz4io sparse file support (alignment properties)
Diffstat (limited to 'lib')
-rw-r--r--lib/lz4.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/lz4.c b/lib/lz4.c
index 70c5616..cea6b5a 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -749,7 +749,7 @@ int LZ4_compress_limitedOutput(const char* source, char* dest, int inputSize, in
/*****************************************
- Experimental : Streaming functions
+* Experimental : Streaming functions
*****************************************/
/*
@@ -930,9 +930,9 @@ int LZ4_saveDict (LZ4_stream_t* LZ4_dict, char* safeBuffer, int dictSize)
-/****************************
- Decompression functions
-****************************/
+/*******************************
+* Decompression functions
+*******************************/
/*
* This generic decompression function cover all use cases.
* It shall be instantiated several times, using different sets of directives
@@ -1282,7 +1282,7 @@ int LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compres
/***************************************************
- Obsolete Functions
+* Obsolete Functions
***************************************************/
/*
These function names are deprecated and should no longer be used.