Commit 367e4fa7d for imagemagick.org

commit 367e4fa7dd9df4f2ac29a7fd92647d395a1e6ee9
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Fri Sep 25 07:14:19 2026 +0200

    Fixed build error.

diff --git a/coders/tga.c b/coders/tga.c
index bf2e0acff..b8d70236a 100644
--- a/coders/tga.c
+++ b/coders/tga.c
@@ -177,7 +177,7 @@ static Image *ReadTGAImage(const ImageInfo *image_info,ExceptionInfo *exception)
     y;

   TGAInfo
-    tga_info = { 0 };
+    tga_info = { (TGAImageType) 0 };

   unsigned char
     j,