aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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