mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Merge "extras.h: correct include guard"
This commit is contained in:
commit
c960b82e5c
@ -8,8 +8,8 @@
|
|||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef WEBP_WEBP_EXTRAS_H_
|
#ifndef WEBP_EXTRAS_EXTRAS_H_
|
||||||
#define WEBP_WEBP_EXTRAS_H_
|
#define WEBP_EXTRAS_EXTRAS_H_
|
||||||
|
|
||||||
#include "webp/types.h"
|
#include "webp/types.h"
|
||||||
|
|
||||||
@ -48,4 +48,4 @@ WEBP_EXTERN(int) WebPImportRGB4444(const uint8_t* rgb4444, WebPPicture* pic);
|
|||||||
} // extern "C"
|
} // extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* WEBP_WEBP_EXTRAS_H_ */
|
#endif /* WEBP_EXTRAS_EXTRAS_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user