From cce982a70be5e24c6f6ee222c17c47eb8cba6921 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 14 Jan 2018 23:45:05 +0200 Subject: mesa: remove unneeded semicolons Trivial. Found by Coccinelle. Reviewed-by: Eric Engestrom --- src/mesa/main/program_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/program_resource.c') diff --git a/src/mesa/main/program_resource.c b/src/mesa/main/program_resource.c index 4eacdfb9e9a..5fa5d7573bf 100644 --- a/src/mesa/main/program_resource.c +++ b/src/mesa/main/program_resource.c @@ -200,7 +200,7 @@ _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface, "glGetProgramInterfaceiv(%s pname %s)", _mesa_enum_to_string(programInterface), _mesa_enum_to_string(pname)); - }; + } break; case GL_MAX_NUM_COMPATIBLE_SUBROUTINES: switch (programInterface) { -- cgit v1.2.3