summaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2020-10-18 17:31:51 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-10-24 15:51:46 +0200
commit234b282cb90e72eedca85df9adce013743f5b95f (patch)
treea076c7e0e14a76efae9b3ba98fbaa80d509e218f /inflate.h
parent6ce39348ba7b7a554507856232dcb6ed4aba5a20 (diff)
Small formatting changes in inflate.c, inflate.h and inffast.c
Diffstat (limited to 'inflate.h')
-rw-r--r--inflate.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/inflate.h b/inflate.h
index aa8a42a..a427494 100644
--- a/inflate.h
+++ b/inflate.h
@@ -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