From 4cf544f26cc36b5ba6e2a6f150f7214ccecc31f7 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 22 Jan 2012 18:56:08 +0000 Subject: [PATCH] Also mark termkey.c's modnames as static --- termkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = {