mirror of
https://github.com/janet-lang/janet
synced 2025-10-28 06:07:43 +00:00
Update stuff.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user