From 0ce3bfbd408fd081582f12ef97f05db2ed328c95 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 26 Oct 2013 08:11:46 -0600 Subject: [PATCH] mesa: use void in _mesa_VDPAUFiniNV() as in the header file --- src/mesa/main/vdpau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0