diff options
Diffstat (limited to 'monsterwm.c')
| -rw-r--r-- | monsterwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c index 59cb457..91cd1cb 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -44,7 +44,7 @@ typedef struct { KeySym keysym; void (*func)(const Arg *); const Arg arg; -} key; +} Key; /* a button struct represents a combination of * mask - a modifier mask |
