summaryrefslogtreecommitdiff
path: root/wq.h
diff options
context:
space:
mode:
Diffstat (limited to 'wq.h')
-rw-r--r--wq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wq.h b/wq.h
index 58c062e..2a54346 100644
--- a/wq.h
+++ b/wq.h
@@ -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 */