diff options
-rw-r--r-- | strbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | #include "strbuf.h" | 30 | #include "strbuf.h" |
31 | 31 | ||
32 | void die(const char *fmt, ...) | 32 | static void die(const char *fmt, ...) |
33 | { | 33 | { |
34 | va_list arg; | 34 | va_list arg; |
35 | 35 | ||