summaryrefslogtreecommitdiffstats
path: root/65692230ba98b5735b911565682010afc67c769f.patch
blob: 6b012eb3472a68db86c831e4f3fe912b3a848834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 65692230ba98b5735b911565682010afc67c769f Mon Sep 17 00:00:00 2001
From: Cristy <urban-warrior@imagemagick.org>
Date: Sun, 26 Mar 2023 08:32:25 -0400
Subject: [PATCH] fix compiler exception

---
 coders/jpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coders/jpeg.c b/coders/jpeg.c
index 62b01186c..7a50bc926 100644
--- a/coders/jpeg.c
+++ b/coders/jpeg.c
@@ -2293,7 +2293,7 @@ static MagickBooleanType WriteJPEGImage_(const ImageInfo *image_info,
     *exception;
 
   Image
-    *jps_images = (Image *) NULL,
+    *jps_image = (Image *) NULL,
     *volatile volatile_image = (Image *) NULL;
 
   int