summaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deflate.h b/deflate.h
index c3f8858..0e8417d 100644
--- a/deflate.h
+++ b/deflate.h
@@ -10,8 +10,8 @@
10 10
11/* @(#) $Id$ */ 11/* @(#) $Id$ */
12 12
13#ifndef _DEFLATE_H 13#ifndef DEFLATE_H
14#define _DEFLATE_H 14#define DEFLATE_H
15 15
16#include "zutil.h" 16#include "zutil.h"
17 17
@@ -315,4 +315,4 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
315 flush = _tr_tally(s, distance, length) 315 flush = _tr_tally(s, distance, length)
316#endif 316#endif
317 317
318#endif 318#endif /* DEFLATE_H */