mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
mesa: remove return, do as the comment says
This commit is contained in:
parent
904d129322
commit
5cb4a3524b
1 changed files with 0 additions and 1 deletions
|
|
@ -1475,7 +1475,6 @@ _mesa_GetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params)
|
|||
return;
|
||||
default:
|
||||
; /* fall-through */
|
||||
return;
|
||||
}
|
||||
|
||||
invalid_pname:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue