diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdmalloc.c | 2 |
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; |