From 361a2d56261ce8fa86441a1eff0994fbbecaa33e Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 12 Sep 2018 11:51:23 -0400 Subject: [PATCH] Update stuff. --- src/core/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/string.c b/src/core/string.c index c963b0d5..44f460cc 100644 --- a/src/core/string.c +++ b/src/core/string.c @@ -980,7 +980,7 @@ static int cfun_join(JanetArgs args) { JANET_RETURN_STRING(args, janet_string_end(buf)); } -struct formatter { +static struct formatter { const char *lead; const char *f1; const char *f2;