From: Brian Paul Date: Sat, 26 Oct 2013 14:11:46 +0000 (-0600) Subject: mesa: use void in _mesa_VDPAUFiniNV() as in the header file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ce3bfbd408fd081582f12ef97f05db2ed328c95;p=mesa.git mesa: use void in _mesa_VDPAUFiniNV() as in the header file --- diff --git a/src/mesa/main/vdpau.c b/src/mesa/main/vdpau.c index 414afe20e09..e21a26b433d 100644 --- a/src/mesa/main/vdpau.c +++ b/src/mesa/main/vdpau.c @@ -92,7 +92,7 @@ unregister_surface(struct set_entry *entry) } void GLAPIENTRY -_mesa_VDPAUFiniNV() +_mesa_VDPAUFiniNV(void) { GET_CURRENT_CONTEXT(ctx);