From 5cb4a3524b54480418b4c4717c4a0f0a8669939c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 22 Mar 2010 08:23:14 -0600 Subject: [PATCH] mesa: remove return, do as the comment says --- src/mesa/main/bufferobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index dbaba2975e3..1854b980beb 100644 --- a/src/mesa/main/bufferobj.c +++ b/src/mesa/main/bufferobj.c @@ -1475,7 +1475,6 @@ _mesa_GetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params) return; default: ; /* fall-through */ - return; } invalid_pname: