Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ustream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ustream.c b/ustream.c
index a58069d..3295417 100644
--- a/ustream.c
+++ b/ustream.c
@@ -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();