diff options
Diffstat (limited to 'malloc/hooks.c')
-rw-r--r-- | malloc/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/hooks.c b/malloc/hooks.c index 8e4a6ed033..8c25846330 100644 --- a/malloc/hooks.c +++ b/malloc/hooks.c @@ -69,7 +69,7 @@ static int disallow_malloc_check; /* Activate a standard set of debugging hooks. */ void -__malloc_check_init() +__malloc_check_init (void) { if (disallow_malloc_check) { disallow_malloc_check = 0; |