mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: parse_color_theme(): make NOINLINE
This commit is contained in:
parent
4d70bb7b42
commit
d20fbc6807
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -1350,7 +1350,7 @@ parse_section_regex(struct context *ctx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool NOINLINE
|
||||||
parse_color_theme(struct context *ctx, struct color_theme *theme)
|
parse_color_theme(struct context *ctx, struct color_theme *theme)
|
||||||
{
|
{
|
||||||
const char *key = ctx->key;
|
const char *key = ctx->key;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue