From 85a1d3276cbb25c40eadc96ec4aaba1977118154 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 30 Dec 2011 17:50:51 +1030 Subject: Remove strbuf:die() from global symbol table --- strbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-55-g6feb