1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-26 08:20:27 +00:00

Update stuff.

This commit is contained in:
Calvin Rose 2018-09-12 11:51:23 -04:00
parent 3fd6ce5b10
commit 361a2d5626

View File

@ -980,7 +980,7 @@ static int cfun_join(JanetArgs args) {
JANET_RETURN_STRING(args, janet_string_end(buf)); JANET_RETURN_STRING(args, janet_string_end(buf));
} }
struct formatter { static struct formatter {
const char *lead; const char *lead;
const char *f1; const char *f1;
const char *f2; const char *f2;