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. --- hurd/hurdmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/hurdmalloc.c b/hurd/hurdmalloc.c index 0b48c08..071abeb 100644 --- a/hurd/hurdmalloc.c +++ b/hurd/hurdmalloc.c @@ -380,7 +380,7 @@ realloc(old_base, new_size) #ifdef DEBUG void -print_malloc_free_list() +print_malloc_free_list (void) { int i, size; free_list_t fl; -- cgit v1.1