Fixed empty parameter list in signatures of internal functions.

This commit is contained in:
Philipp Wiesemann 2016-11-16 22:08:51 +01:00
parent 818d1d3e80
commit 97aa577589
20 changed files with 45 additions and 31 deletions

View file

@ -369,7 +369,7 @@ DestroyShaderProgram(GL_ShaderContext *ctx, GL_ShaderData *data)
}
GL_ShaderContext *
GL_CreateShaderContext()
GL_CreateShaderContext(void)
{
GL_ShaderContext *ctx;
SDL_bool shaders_supported;