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

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-30 11:20:51 +0400
committerMark Pulford <mark@kyne.com.au>2011-12-30 11:20:51 +0400
commit85a1d3276cbb25c40eadc96ec4aaba1977118154 (patch)
tree4c21d1ffc2f19a845447a87788702d5549a308ef /strbuf.c
parent85bf3b798f6d52c374c35f7fbe47df132891d3b2 (diff)
Remove strbuf:die() from global symbol table
Diffstat (limited to 'strbuf.c')
-rw-r--r--strbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strbuf.c b/strbuf.c
index 976925a..ab00f0a 100644
--- a/strbuf.c
+++ b/strbuf.c
@@ -29,7 +29,7 @@
#include "strbuf.h"
-void die(const char *fmt, ...)
+static void die(const char *fmt, ...)
{
va_list arg;