From 5108d9aa002206168c66aec6bc15a5dfc111d8e4 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 19 Jul 2016 19:02:40 -0700 Subject: [PATCH] extras.h: correct include guard replace WEBP with EXTRAS after moving this file to the top-level folder of the same name Change-Id: Ide4dab027bd09f5df701f1adf2bf896c130a5441 --- extras/extras.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/extras.h b/extras/extras.h index 119c01c6..0b687ff4 100644 --- a/extras/extras.h +++ b/extras/extras.h @@ -8,8 +8,8 @@ // ----------------------------------------------------------------------------- // -#ifndef WEBP_WEBP_EXTRAS_H_ -#define WEBP_WEBP_EXTRAS_H_ +#ifndef WEBP_EXTRAS_EXTRAS_H_ +#define WEBP_EXTRAS_EXTRAS_H_ #include "webp/types.h" @@ -48,4 +48,4 @@ WEBP_EXTERN(int) WebPImportRGB4444(const uint8_t* rgb4444, WebPPicture* pic); } // extern "C" #endif -#endif /* WEBP_WEBP_EXTRAS_H_ */ +#endif /* WEBP_EXTRAS_EXTRAS_H_ */