mesa: remove return, do as the comment says
This commit is contained in:
@@ -1475,7 +1475,6 @@ _mesa_GetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params)
|
|||||||
return;
|
return;
|
||||||
default:
|
default:
|
||||||
; /* fall-through */
|
; /* fall-through */
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
invalid_pname:
|
invalid_pname:
|
||||||
|
Reference in New Issue
Block a user