Better name the include guard

This commit is contained in:
Marek Roszko 2020-11-19 01:06:05 -05:00
parent f7065a2643
commit d0e504f26e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef GZIP_HPP_INCLUDED
#define GZIP_HPP_INCLUDED
#ifndef GZIP_HPP_DECOMPRESS_HPP
#define GZIP_HPP_DECOMPRESS_HPP
#ifndef ZLIB_CONST
#define ZLIB_CONST
@ -119,4 +119,4 @@ inline std::string decompress(std::string const& input,
} // namespace gzip
#endif
#endif // GZIP_HPP_DECOMPRESS_HPP