mesa: use void in _mesa_VDPAUFiniNV() as in the header file
authorBrian Paul <brianp@vmware.com>
Sat, 26 Oct 2013 14:11:46 +0000 (08:11 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 28 Oct 2013 14:37:39 +0000 (08:37 -0600)
src/mesa/main/vdpau.c

index 414afe20e09de20761deafbe01c44fe01a81bab0..e21a26b433df61a4bbfb1038fc7d79338502dc06 100644 (file)
@@ -92,7 +92,7 @@ unregister_surface(struct set_entry *entry)
 }
 
 void GLAPIENTRY
-_mesa_VDPAUFiniNV()
+_mesa_VDPAUFiniNV(void)
 {
    GET_CURRENT_CONTEXT(ctx);