summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remid@nvidia.com>2014-10-28 17:20:09 +0200
committerAaron Plattner <aplattner@nvidia.com>2014-10-29 12:46:13 -0700
commit9cb73ed998a6a90b311b32719f04343e53daa3d3 (patch)
treee281d27957eea65d77b5fadc8e105fe3a91282f6
parent63375e140bf73e779e47a2e9793259ea8de4eeef (diff)
test: fix incomplete prototype
Signed-off-by: Rémi Denis-Courmont <remid@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--test/dlclose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dlclose.c b/test/dlclose.c
index 0d09587..3999c0e 100644
--- a/test/dlclose.c
+++ b/test/dlclose.c
@@ -28,7 +28,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