diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2020-10-18 17:31:51 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-10-24 15:51:46 +0200 |
commit | 234b282cb90e72eedca85df9adce013743f5b95f (patch) | |
tree | a076c7e0e14a76efae9b3ba98fbaa80d509e218f /inflate.h | |
parent | 6ce39348ba7b7a554507856232dcb6ed4aba5a20 (diff) |
Small formatting changes in inflate.c, inflate.h and inffast.c
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,10 +11,9 @@ #ifndef INFLATE_H_ #define INFLATE_H_ -/* define NO_GZIP when compiling if you want to disable gzip header and - trailer decoding by inflate(). NO_GZIP would be used to avoid linking in - the crc code when it is not needed. For shared libraries, gzip decoding - should be left enabled. */ +/* define NO_GZIP when compiling if you want to disable gzip header and trailer decoding by inflate(). + NO_GZIP would be used to avoid linking in the crc code when it is not needed. + For shared libraries, gzip decoding should be left enabled. */ #ifndef NO_GZIP # define GUNZIP #endif |