From 10bf40f2ad4638a7d30ac6e4cbf3f69773062c4e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:02:01 +0200 Subject: svn_rev_521 --- common/dlmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/dlmalloc.c') diff --git a/common/dlmalloc.c b/common/dlmalloc.c index 03dfcb4212..54a979066e 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -1934,7 +1934,7 @@ size_t malloc_usable_size(mem) Void_t* mem; /* Utility to update current_mallinfo for malloc_stats and mallinfo() */ #ifdef CONFIG_CMD_MEMINFO -static void malloc_update_mallinfo() +static void malloc_update_mallinfo(void) { int i; mbinptr b; -- cgit v1.2.3