diff options
author | Rich Felker <dalias@aerifal.cx> | 2007-10-03 07:22:50 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2007-10-03 07:22:50 +0000 |
commit | 87efc1252d03bfb5310d88665b21c89b550f2fcf (patch) | |
tree | 5326896e7c0f3e451c5bda1c411c7a5bdf9ac6d7 /xlib.c | |
parent | f7a1c65099630f8476e104e713444e3d76f414c5 (diff) |
1000l: key table was global var rather than static const
Diffstat (limited to 'xlib.c')
-rw-r--r-- | xlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |