[VDPAU] [PATCH 4/4] test: fix incomplete prototype
Rémi Denis-Courmont
remi at remlab.net
Tue Oct 28 08:20:09 PDT 2014
From: Rémi Denis-Courmont <remid at nvidia.com>
Signed-off-by: Rémi Denis-Courmont <remid at nvidia.com>
---
test/dlclose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/dlclose.c b/test/dlclose.c
index 1bd6fa5..b854b02 100644
--- a/test/dlclose.c
+++ b/test/dlclose.c
@@ -29,7 +29,7 @@ static int countOpenFDs(void)
return count;
}
-int main()
+int main(void)
{
// Work around a bug in libXext: dlclosing it after it has registered the
// Generic Event Extension causes an identical bug to the one this program
--
1.9.1
More information about the VDPAU
mailing list