summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index c7b41dd..0e4f61d 100644
--- a/misc.c
+++ b/misc.c
@@ -267,7 +267,7 @@ typedef struct _KeyNameDesc
Bool used;
} KeyNameDesc;
-KeyNameDesc dfltKeys[] = {
+static KeyNameDesc dfltKeys[] = {
{XK_Escape, NoSymbol, "ESC\0"},
{XK_quoteleft, XK_asciitilde, "TLDE"},
{XK_1, XK_exclam, "AE01"},