Also mark termkey.c's modnames as static
This commit is contained in:
parent
2a82ab2f1b
commit
4cf544f26c
|
@ -1103,7 +1103,7 @@ size_t termkey_snprint_key(TermKey *tk, char *buffer, size_t len, TermKeyKey *ke
|
||||||
return termkey_strfkey(tk, buffer, len, key, format);
|
return termkey_strfkey(tk, buffer, len, key, format);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct modnames {
|
static struct modnames {
|
||||||
const char *shift, *alt, *ctrl;
|
const char *shift, *alt, *ctrl;
|
||||||
}
|
}
|
||||||
modnames[] = {
|
modnames[] = {
|
||||||
|
|
Loading…
Reference in New Issue