mesa: fix _mesa_alloc_dispatch_table() declaration

Insert 'void' parameter to match declaration in api_exec.h.  Trivial.
This commit is contained in:
Brian Paul 2014-10-01 09:03:13 -06:00
parent dea0fcf4e6
commit 44b500f5f2

View file

@ -894,7 +894,7 @@ _mesa_generic_nop(void)
* Allocate and initialize a new dispatch table.
*/
struct _glapi_table *
_mesa_alloc_dispatch_table()
_mesa_alloc_dispatch_table(void)
{
/* Find the larger of Mesa's dispatch table and libGL's dispatch table.
* In practice, this'll be the same for stand-alone Mesa. But for DRI