[gegl] gegl: fix type in babl model
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl: fix type in babl model
- Date: Tue, 4 Dec 2018 07:06:10 +0000 (UTC)
commit eb1cb73bf5cfc083f861f717107aab4b576d3883
Author: Øyvind Kolås <pippin gimp org>
Date: Tue Dec 4 08:05:25 2018 +0100
gegl: fix type in babl model
gegl/gegl-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gegl/gegl-utils.c b/gegl/gegl-utils.c
index e05c77227..a2ea3e8b2 100644
--- a/gegl/gegl-utils.c
+++ b/gegl/gegl-utils.c
@@ -370,7 +370,7 @@ static const Babl *gegl_babl_format_alpha (const Babl *format)
else if (babl_model_is (model, "cmyk") ||
babl_model_is (model, "CMYK") ||
babl_model_is (model, "CMYKA") ||
- babl_model_is (model, "cmykaA") ||
+ babl_model_is (model, "cmykA") ||
babl_model_is (model, "CaMaYaKaA") ||
babl_model_is (model, "camayakaA"))
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]