diff options
Diffstat (limited to 'src/zstream.h')
-rw-r--r-- | src/zstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zstream.h b/src/zstream.h index fcc4a3148..c2404f328 100644 --- a/src/zstream.h +++ b/src/zstream.h @@ -44,4 +44,4 @@ void git_zstream_reset(git_zstream *zstream); int git_zstream_deflatebuf(git_buf *out, const void *in, size_t in_len); int git_zstream_inflatebuf(git_buf *out, const void *in, size_t in_len); -#endif /* INCLUDE_zstream_h__ */ +#endif |