From 87efc1252d03bfb5310d88665b21c89b550f2fcf Mon Sep 17 00:00:00 2001
From: Rich Felker <dalias@aerifal.cx>
Date: Wed, 3 Oct 2007 07:22:50 +0000
Subject: 1000l: key table was global var rather than static const

---
 xlib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'xlib.c')

diff --git a/xlib.c b/xlib.c
index 743f1a3..d5c078c 100644
--- a/xlib.c
+++ b/xlib.c
@@ -180,7 +180,7 @@ int uudisp_fd_set(struct uudisp *d, int tty, void *fds)
 	return p->fd > tty ? p->fd+1 : tty+1;
 }
 
-struct
+static const struct
 {
 	KeySym ks;
 	char s[7], l;
-- 
cgit v1.2.3