aboutsummaryrefslogtreecommitdiff
path: root/termkey.c
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-01-22 18:56:08 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-01-22 18:56:08 +0000
commit4cf544f26cc36b5ba6e2a6f150f7214ccecc31f7 (patch)
treec3a94f98543753df786a8f408e04e085e33ca877 /termkey.c
parent2a82ab2f1bd64948523073d2ddcfb6884bd04367 (diff)
downloadtermo-4cf544f26cc36b5ba6e2a6f150f7214ccecc31f7.tar.gz
termo-4cf544f26cc36b5ba6e2a6f150f7214ccecc31f7.tar.xz
termo-4cf544f26cc36b5ba6e2a6f150f7214ccecc31f7.zip
Also mark termkey.c's modnames as static
Diffstat (limited to 'termkey.c')
-rw-r--r--termkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/termkey.c b/termkey.c
index 77a028f..1b203de 100644
--- a/termkey.c
+++ b/termkey.c
@@ -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[] = {