mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
tests: c90 fixes (#endif comments) for consistency after commit 9e37839
This commit is contained in:
parent
9e3783996b
commit
83818eeb95
4 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue