about summary refs log tree commit diff
path: root/hurd/hurdmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurdmalloc.c')
-rw-r--r--hurd/hurdmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdmalloc.c b/hurd/hurdmalloc.c
index 0b48c08b04..071abeb718 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;