aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-30 17:50:51 +1030
committerMark Pulford <mark@kyne.com.au>2011-12-30 17:50:51 +1030
commit85a1d3276cbb25c40eadc96ec4aaba1977118154 (patch)
tree4c21d1ffc2f19a845447a87788702d5549a308ef
parent85bf3b798f6d52c374c35f7fbe47df132891d3b2 (diff)
downloadlua-cjson-85a1d3276cbb25c40eadc96ec4aaba1977118154.tar.gz
lua-cjson-85a1d3276cbb25c40eadc96ec4aaba1977118154.tar.bz2
lua-cjson-85a1d3276cbb25c40eadc96ec4aaba1977118154.zip
Remove strbuf:die() from global symbol table
-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 @@
29 29
30#include "strbuf.h" 30#include "strbuf.h"
31 31
32void die(const char *fmt, ...) 32static void die(const char *fmt, ...)
33{ 33{
34 va_list arg; 34 va_list arg;
35 35