9
0
Fork 0

svn_rev_521

This commit is contained in:
Sascha Hauer 2007-07-05 18:02:01 +02:00 committed by Sascha Hauer
parent 68ff191bbb
commit 10bf40f2ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;