ustream: make ustream_init_buf static
This commit is contained in:
parent
e4027a6327
commit
42cd90bf4b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "ustream.h"
|
||||
|
||||
void ustream_init_buf(struct ustream_buf *buf, int len)
|
||||
static void ustream_init_buf(struct ustream_buf *buf, int len)
|
||||
{
|
||||
if (!len)
|
||||
abort();
|
||||
|
|
Loading…
Reference in a new issue