mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
config: NOINLINE modifiers_to_str()
This commit is contained in:
parent
f077a2e77a
commit
6911a50df7
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -1767,7 +1767,7 @@ modifiers_disjoint(const struct config_key_modifiers *mods1,
|
|||
return !(shift || alt || ctrl || super);
|
||||
}
|
||||
|
||||
static char *
|
||||
static char * NOINLINE
|
||||
modifiers_to_str(const struct config_key_modifiers *mods)
|
||||
{
|
||||
char *ret = xasprintf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue