SDL_image: missing comma in changelog.

From 5b99f16411211d66cea68a0834457a1eba82637a Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 17 Jun 2022 05:23:56 +0300
Subject: [PATCH] missing comma in changelog.

---
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index b12bf0a8..06140332 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,6 @@
 2.6.0:
  * Added stb_image as the default backend for JPG and PNG images loading.
-   To use libpng and libjpg instead configure using --disable-stb-image
+   To use libpng and libjpg instead, configure using --disable-stb-image
  * Added IMG_LoadSizedSVG_RW()
  * Added support for AVIF images (https://github.com/AOMediaCodec/libavif)
  * Added IMG_ReadXPMFromArrayToRGB888()