From be60a7fbdf0a9627f7b7548a4bbce4686f2e8b15 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 30 Dec 2018 09:53:04 -0500 Subject: [PATCH] ... --- coders/cube.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coders/cube.c b/coders/cube.c index af78b637f..f7639e2f0 100644 --- a/coders/cube.c +++ b/coders/cube.c @@ -348,8 +348,7 @@ ModuleExport size_t RegisterCUBEImage(void) MagickInfo *entry; - entry=AcquireMagickInfo("CUBE","CUBE", - "Cube color lookup table image"); + entry=AcquireMagickInfo("CUBE","CUBE","Cube LUT"); entry->decoder=(DecodeImageHandler *) ReadCUBEImage; entry->flags^=CoderAdjoinFlag; entry->format_type=ImplicitFormatType; -- 2.40.0