0
0
mirror of https://github.com/madler/zlib.git synced 2026-01-18 17:11:27 +01:00

Correct #endif comment in trees.c.

This commit is contained in:
Mark Adler
2026-01-10 20:05:24 -08:00
parent 78832f5fe3
commit edebc8c488

View File

@@ -112,7 +112,7 @@ local int base_dist[D_CODES];
#else
# include "trees.h"
#endif /* GEN_TREES_H */
#endif /* defined(GEN_TREES_H) || !defined(STDC) */
struct static_tree_desc_s {
const ct_data *static_tree; /* static tree or NULL */