mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 12:10:22 +01:00
mesa: use void in _mesa_VDPAUFiniNV() as in the header file
This commit is contained in:
parent
b59c5926cb
commit
0ce3bfbd40
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ unregister_surface(struct set_entry *entry)
|
|||
}
|
||||
|
||||
void GLAPIENTRY
|
||||
_mesa_VDPAUFiniNV()
|
||||
_mesa_VDPAUFiniNV(void)
|
||||
{
|
||||
GET_CURRENT_CONTEXT(ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue