Also mark termkey.c's modnames as static

This commit is contained in:
Paul LeoNerd Evans 2012-01-22 18:56:08 +00:00
parent 2a82ab2f1b
commit 4cf544f26c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
struct modnames {
static struct modnames {
const char *shift, *alt, *ctrl;
}
modnames[] = {