Fixed header file tag (WEBP_UTILS_HUFFMAN_ENCODE_H_)

Change-Id: I7ccd00361b1b0347639b05ee494e8e701c95cfe3
This commit is contained in:
Vikas Arora 2012-04-04 08:24:29 +00:00 committed by James Zern
parent bc7037465d
commit fcba7be2d3

View File

@ -9,8 +9,8 @@
//
// Flate like entropy encoding (Huffman) for webp lossless
#ifndef WEBP_UTILS_ENTROPY_ENCODE_H_
#define WEBP_UTILS_ENTROPY_ENCODE_H_
#ifndef WEBP_UTILS_HUFFMAN_ENCODE_H_
#define WEBP_UTILS_HUFFMAN_ENCODE_H_
#include <stdint.h>
@ -49,4 +49,4 @@ void ConvertBitDepthsToSymbols(const uint8_t* depth, int len, uint16_t* bits);
}
#endif
#endif // WEBP_UTILS_ENTROPY_ENCODE_H_
#endif // WEBP_UTILS_HUFFMAN_ENCODE_H_