Mesa (master): mesa: remove return, do as the comment says
Brian Paul
brianp at kemper.freedesktop.org
Mon Mar 22 07:23:20 PDT 2010
Module: Mesa
Branch: master
Commit: 5cb4a3524b54480418b4c4717c4a0f0a8669939c
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cb4a3524b54480418b4c4717c4a0f0a8669939c
Author: Brian Paul <brianp at vmware.com>
Date: Mon Mar 22 08:23:14 2010 -0600
mesa: remove return, do as the comment says
---
src/mesa/main/bufferobj.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c
index dbaba29..1854b98 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:
More information about the mesa-commit
mailing list