fix typo
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
This commit is contained in:
parent
0ee345f07e
commit
3862a626c2
|
@ -85,7 +85,7 @@ buffer_wipe(buffer_t *buf)
|
|||
/** Get a new buffer.
|
||||
* \return A new allocatedbuffer.
|
||||
*/
|
||||
static inline buffer_t
|
||||
static inline buffer_t *
|
||||
buffer_new(void)
|
||||
{
|
||||
return buffer_init(p_new(buffer_t, 1));
|
||||
|
|
Loading…
Reference in New Issue