Module: Mesa Branch: master Commit: 0ce3bfbd408fd081582f12ef97f05db2ed328c95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ce3bfbd408fd081582f12ef97f05db2ed328c95
Author: Brian Paul <[email protected]> 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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
