summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-22 08:23:14 -0600
committerBrian Paul <brianp@vmware.com>2010-03-22 08:23:14 -0600
commit5cb4a3524b54480418b4c4717c4a0f0a8669939c (patch)
tree88e4ee315ac11d4df3106e6f697a8de242dd4728 /src/mesa/main/bufferobj.c
parent904d129322337be4a2571b77255b14d42252fafc (diff)
mesa: remove return, do as the comment says
Diffstat (limited to 'src/mesa/main/bufferobj.c')
-rw-r--r--src/mesa/main/bufferobj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c
index dbaba2975e..1854b980be 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: