From 60d2f8f3c7f1cdacafcbd60dc004e32cc90035ca Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 8 Jun 2013 00:22:23 +0000 Subject: Use (void) in no-arguments function definitions. --- malloc/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/hooks.c') 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; -- cgit v1.2.3