summaryrefslogtreecommitdiff
path: root/src/render/SDL_render.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/SDL_render.c')
-rw-r--r--src/render/SDL_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/SDL_render.c b/src/render/SDL_render.c
index c6de6a85..251ae3cc 100644
--- a/src/render/SDL_render.c
+++ b/src/render/SDL_render.c
@@ -745,7 +745,7 @@ SDL_UnlockTextureYUV(SDL_Texture * texture)
SDL_UnlockTexture(native);
}
-void
+static void
SDL_UnlockTextureNative(SDL_Texture * texture)
{
SDL_Texture *native = texture->native;