From 83818eeb950dd67e42e0126b3c25b103d265261f Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 1 Aug 2025 06:28:02 +0300
Subject: [PATCH] tests: c90 fixes (#endif comments) for consistency after
commit 9e37839
---
test/gamepad_face_axby.bmp | Bin
test/testautomation_images.h | 2 +-
test/testffmpeg.c | 2 +-
test/testffmpeg_vulkan.c | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
mode change 100755 => 100644 test/gamepad_face_axby.bmp
diff --git a/test/gamepad_face_axby.bmp b/test/gamepad_face_axby.bmp
old mode 100755
new mode 100644
diff --git a/test/testautomation_images.h b/test/testautomation_images.h
index 076def67c1e29..554a442c6a2bb 100644
--- a/test/testautomation_images.h
+++ b/test/testautomation_images.h
@@ -36,4 +36,4 @@ extern SDL_Surface *SDLTest_ImageBlendingBackground(void);
extern SDL_Surface *SDLTest_ImageBlendingSprite(void);
extern SDL_Surface *SDLTest_ImageWrappingSprite(void);
-#endif // testautomation_images_h_
+#endif /* testautomation_images_h_ */
diff --git a/test/testffmpeg.c b/test/testffmpeg.c
index 63bc3cb59de30..a57a7ebacf319 100644
--- a/test/testffmpeg.c
+++ b/test/testffmpeg.c
@@ -925,7 +925,7 @@ static bool GetOESTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
glEGLImageTargetTexture2DOESFunc(GL_TEXTURE_EXTERNAL_OES, image);
return true;
}
-#endif // HAVE_EGL
+#endif /* HAVE_EGL */
static bool GetTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
{
diff --git a/test/testffmpeg_vulkan.c b/test/testffmpeg_vulkan.c
index a6da6cbd0781c..b743fde41a630 100644
--- a/test/testffmpeg_vulkan.c
+++ b/test/testffmpeg_vulkan.c
@@ -1015,4 +1015,4 @@ void DestroyVulkanVideoContext(VulkanVideoContext *context)
{
}
-#endif // FFMPEG_VULKAN_SUPPORT
+#endif /* FFMPEG_VULKAN_SUPPORT */