summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/deflate.c
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-14 22:33:41 -0600
committerTimothy Pearson <[email protected]>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /src/3rdparty/zlib/deflate.c
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
Diffstat (limited to 'src/3rdparty/zlib/deflate.c')
-rw-r--r--src/3rdparty/zlib/deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/zlib/deflate.c b/src/3rdparty/zlib/deflate.c
index 1ca5397c6..7e970d43b 100644
--- a/src/3rdparty/zlib/deflate.c
+++ b/src/3rdparty/zlib/deflate.c
@@ -123,7 +123,7 @@ local void check_match OF((deflate_state *s, IPos start, IPos match,
typedef struct config_s {
ush good_length; /* reduce lazy search above this match length */
ush max_lazy; /* do not perform lazy search above this match length */
- ush nice_length; /* tquit search above this match length */
+ ush nice_length; /* quit search above this match length */
ush max_chain;
compress_func func;
} config;