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 076def67c1..554a442c6a 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 63bc3cb59d..a57a7ebacf 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 a6da6cbd07..b743fde41a 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 */