summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xlib.c2
1 files changed, 1 insertions, 1 deletions
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;