summaryrefslogtreecommitdiffstats
path: root/loader/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/registry.c')
-rw-r--r--loader/registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/registry.c b/loader/registry.c
index 01c6321ec5..c92321f4e0 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -216,7 +216,7 @@ static reg_handle_t* find_handle(int handle)
}
return 0;
}
-static int generate_handle()
+static int generate_handle(void)
{
static unsigned int zz=249;
zz++;