Mesa (master): mesa: use void in _mesa_VDPAUFiniNV() as in the header file

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 28 14:44:16 UTC 2013


Module: Mesa
Branch: master
Commit: 0ce3bfbd408fd081582f12ef97f05db2ed328c95
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ce3bfbd408fd081582f12ef97f05db2ed328c95

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 26 08:11:46 2013 -0600

mesa: use void in _mesa_VDPAUFiniNV() as in the header file

---

 src/mesa/main/vdpau.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/vdpau.c b/src/mesa/main/vdpau.c
index 414afe2..e21a26b 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);
 




More information about the mesa-commit mailing list