mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 08:20:27 +00:00
Update stuff.
This commit is contained in:
parent
3fd6ce5b10
commit
361a2d5626
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user