mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 21:58:30 +00:00
Typo fix in memory_buffer_alloc.c
This commit is contained in:
parent
71dfa861a6
commit
119602bdde
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ void memory_buffer_alloc_status()
|
||||||
debug_chain();
|
debug_chain();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* POLARSSL_MEMORY_BUFFER_ALLOC_DEBUG */
|
#endif /* POLARSSL_MEMORY_DEBUG */
|
||||||
|
|
||||||
#if defined(POLARSSL_THREADING_C)
|
#if defined(POLARSSL_THREADING_C)
|
||||||
static void *buffer_alloc_malloc_mutexed( size_t len )
|
static void *buffer_alloc_malloc_mutexed( size_t len )
|
||||||
|
|
Loading…
Reference in a new issue