projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
904d129
)
mesa: remove return, do as the comment says
author
Brian Paul
<brianp@vmware.com>
Mon, 22 Mar 2010 14:23:14 +0000
(08:23 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 22 Mar 2010 14:23:14 +0000
(08:23 -0600)
src/mesa/main/bufferobj.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/bufferobj.c
b/src/mesa/main/bufferobj.c
index dbaba2975e366531946a1d9cc74f7e052876c871..1854b980beb4b188fef412323f14ae8faa15abf8 100644
(file)
--- 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: