7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-09 00:05:19 +00:00

Better name the include guard

This commit is contained in:
Marek Roszko 2020-11-19 01:06:05 -05:00
parent f7065a2643
commit d0e504f26e

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