Commit 276ef5274 for imagemagick.org
commit 276ef5274e2b510c8bb020c05439afacf522aad1
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Tue Feb 3 22:10:55 2026 +0100
Correct previous patch.
diff --git a/coders/msl.c b/coders/msl.c
index a1fc10beb..078ecdaf9 100644
--- a/coders/msl.c
+++ b/coders/msl.c
@@ -140,7 +140,8 @@ typedef struct _MSLInfo
MSLGroupInfo
*group_info;
} MSLInfo;
-
+
+
/*
Forward declarations.
*/
@@ -7843,7 +7844,8 @@ ModuleExport void UnregisterMSLImage(void)
{
(void) UnregisterMagickInfo("MSL");
}
-
+
+
#if defined(MAGICKCORE_XML_DELEGATE)
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%