diff options
Diffstat (limited to 'core/fxcodec/gif/cfx_gif.cpp')
-rw-r--r-- | core/fxcodec/gif/cfx_gif.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxcodec/gif/cfx_gif.cpp b/core/fxcodec/gif/cfx_gif.cpp index 985a687906..e87b9df975 100644 --- a/core/fxcodec/gif/cfx_gif.cpp +++ b/core/fxcodec/gif/cfx_gif.cpp @@ -6,8 +6,8 @@ #include "core/fxcodec/gif/cfx_gif.h" -const char* kGifSignature87 = "GIF87a"; -const char* kGifSignature89 = "GIF89a"; +const char kGifSignature87[] = "GIF87a"; +const char kGifSignature89[] = "GIF89a"; static_assert(sizeof(CFX_CFX_GifImageInfo) == 9, "CFX_CFX_GifImageInfo should have a size of 9"); |