diff options
author | Brian Paul <[email protected]> | 2013-10-26 08:11:46 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-10-28 08:37:39 -0600 |
commit | 0ce3bfbd408fd081582f12ef97f05db2ed328c95 (patch) | |
tree | 866fef7b98e088413b79e475fed3ab07a138c39e /src/mesa/main/vdpau.c | |
parent | b59c5926cb0a5981a2e553c68e36312be7f122f9 (diff) |
mesa: use void in _mesa_VDPAUFiniNV() as in the header file
Diffstat (limited to 'src/mesa/main/vdpau.c')
-rw-r--r-- | 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 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); |