diff options
| author | Mark Adler <git@madler.net> | 2026-01-10 20:05:24 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-01-10 21:40:07 -0800 |
| commit | edebc8c488a48ad556178286f6cea2672e477277 (patch) | |
| tree | 064f31ff2bc8471f27de63ac9360a70b961301a2 | |
| parent | 78832f5fe380c5fcfd720012ecc45230640d7906 (diff) | |
| download | zlib-edebc8c488a48ad556178286f6cea2672e477277.tar.gz zlib-edebc8c488a48ad556178286f6cea2672e477277.tar.bz2 zlib-edebc8c488a48ad556178286f6cea2672e477277.zip | |
Correct #endif comment in trees.c.
| -rw-r--r-- | trees.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -112,7 +112,7 @@ local int base_dist[D_CODES]; | |||
| 112 | 112 | ||
| 113 | #else | 113 | #else |
| 114 | # include "trees.h" | 114 | # include "trees.h" |
| 115 | #endif /* GEN_TREES_H */ | 115 | #endif /* defined(GEN_TREES_H) || !defined(STDC) */ |
| 116 | 116 | ||
| 117 | struct static_tree_desc_s { | 117 | struct static_tree_desc_s { |
| 118 | const ct_data *static_tree; /* static tree or NULL */ | 118 | const ct_data *static_tree; /* static tree or NULL */ |
