Commit 907f60987 for imagemagick.org

commit 907f609879ffcb2b48c0fab3f8e0b2f46a740d7b
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Thu Jan 29 21:47:37 2026 -0500

    fix compiler exception

diff --git a/coders/ps.c b/coders/ps.c
index 595bc2b6d..eb3844d8b 100644
--- a/coders/ps.c
+++ b/coders/ps.c
@@ -1086,7 +1086,7 @@ static inline unsigned char *PopHexPixel(const char hex_digits[][3],
   return(pixels);
 }

-static void inline FilenameToTitle(const char *filename,char *title,
+static inline void FilenameToTitle(const char *filename,char *title,
   const size_t extent)
 {
   int
diff --git a/coders/ps2.c b/coders/ps2.c
index b25cc8b0c..fd7ee083e 100644
--- a/coders/ps2.c
+++ b/coders/ps2.c
@@ -225,7 +225,7 @@ static MagickBooleanType Huffman2DEncodeImage(const ImageInfo *image_info,
   return(status);
 }

-static void inline FilenameToTitle(const char *filename,char *title,
+static inline void FilenameToTitle(const char *filename,char *title,
   const size_t extent)
 {
   int
diff --git a/coders/ps3.c b/coders/ps3.c
index 0294ca075..77f7e9450 100644
--- a/coders/ps3.c
+++ b/coders/ps3.c
@@ -203,7 +203,7 @@ ModuleExport void UnregisterPS3Image(void)
 %
 */

-static void inline FilenameToTitle(const char *filename,char *title,
+static inline void FilenameToTitle(const char *filename,char *title,
   const size_t extent)
 {
   int