diff options
Diffstat (limited to 'wq.h')
-rw-r--r-- | wq.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ extern struct modtab { int value; } modifier_table[]; -#define AllocStruct(s) ((s *) malloc (sizeof (s))) +#define AllocStruct(s) (malloc (sizeof (s))) #define MAXKEYSYMNAMESIZE 80 /* absurdly large */ |