diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkImage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h index f6f6a41eaf..56f84e819f 100644 --- a/include/core/SkImage.h +++ b/include/core/SkImage.h @@ -48,7 +48,7 @@ public: #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A) kPMColor_ColorType = kRGBA_8888_ColorType, #else - #error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order + #error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order" #endif kLastEnum_ColorType = kBGRA_8888_ColorType |