summaryrefslogtreecommitdiff
path: root/coders/hald.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/hald.c')
-rw-r--r--coders/hald.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/coders/hald.c b/coders/hald.c
index 1de3e977c..3ff438e98 100644
--- a/coders/hald.c
+++ b/coders/hald.c
@@ -194,14 +194,13 @@ ModuleExport size_t RegisterHALDImage(void)
MagickInfo
*entry;
- entry=SetMagickInfo("HALD");
+ entry=AcquireMagickInfo("HALD","HALD",
+ "Identity Hald color lookup table image");
entry->decoder=(DecodeImageHandler *) ReadHALDImage;
entry->flags^=CoderAdjoinFlag;
entry->format_type=ImplicitFormatType;
entry->flags|=CoderRawSupportFlag;
entry->flags|=CoderEndianSupportFlag;
- entry->description=ConstantString("Identity Hald color lookup table image");
- entry->module=ConstantString("HALD");
(void) RegisterMagickInfo(entry);
return(MagickImageCoderSignature);
}