diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-05-25 23:05:13 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-05-25 23:05:13 +0200 |
commit | 0a2fdcd627f33da9d9923e66b6e2e45f75c7304d (patch) | |
tree | 6de164d6b73ceff5504708e08e9f62eec1475fa1 /trees.h | |
parent | ae0043b98860c17fa9655cf12be407afaabc3a67 (diff) |
Style cleanup for trees.*
Diffstat (limited to 'trees.h')
-rw-r--r-- | trees.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef TREES_H_ +#define TREES_H_ + /* header created automatically with -DGEN_TREES_H */ ZLIB_INTERNAL const ct_data static_ltree[L_CODES+2] = { @@ -126,3 +129,4 @@ local const int base_dist[D_CODES] = { 1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576 }; +#endif /* TREES_H_ */ |