Skip to content

Commit 83818ee

Browse files
committed
tests: c90 fixes (#endif comments) for consistency after commit 9e37839
1 parent 9e37839 commit 83818ee

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

test/gamepad_face_axby.bmp

100755100644
File mode changed.

test/testautomation_images.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ extern SDL_Surface *SDLTest_ImageBlendingBackground(void);
3636
extern SDL_Surface *SDLTest_ImageBlendingSprite(void);
3737
extern SDL_Surface *SDLTest_ImageWrappingSprite(void);
3838

39-
#endif // testautomation_images_h_
39+
#endif /* testautomation_images_h_ */

test/testffmpeg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ static bool GetOESTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
925925
glEGLImageTargetTexture2DOESFunc(GL_TEXTURE_EXTERNAL_OES, image);
926926
return true;
927927
}
928-
#endif // HAVE_EGL
928+
#endif /* HAVE_EGL */
929929

930930
static bool GetTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
931931
{

test/testffmpeg_vulkan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,4 +1015,4 @@ void DestroyVulkanVideoContext(VulkanVideoContext *context)
10151015
{
10161016
}
10171017

1018-
#endif // FFMPEG_VULKAN_SUPPORT
1018+
#endif /* FFMPEG_VULKAN_SUPPORT */

0 commit comments

Comments
 (0)