SDL_image: Re-enable PCX test now that https://github.com/libsdl-org/SDL_image/issues/266 is fixed

From b81bca95f39706c592e7a5514248dc4bc7721e1a Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 25 May 2022 09:32:16 -0700
Subject: [PATCH] Re-enable PCX test now that
 https://github.com/libsdl-org/SDL_image/issues/266 is fixed

---
 test/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/main.c b/test/main.c
index 05875ba..a2c58a2 100644
--- a/test/main.c
+++ b/test/main.c
@@ -277,7 +277,6 @@ static const Format formats[] =
         IMG_LoadLBM_RW,
     },
 #endif
-#if 0
     {
         "PCX",
         "sample.pcx",
@@ -295,7 +294,6 @@ static const Format formats[] =
         IMG_isPCX,
         IMG_LoadPCX_RW,
     },
-#endif
     {
         "PNG",
         "sample.png",