finch/libgnt/gntkeys.c

changeset 38240
0552f69f1996
parent 35880
028f6001b4cd
parent 38213
fe644fbe41c9
--- a/finch/libgnt/gntkeys.c	Sun Jan 08 15:02:00 2017 -0800
+++ b/finch/libgnt/gntkeys.c	Fri Mar 10 20:36:55 2017 -0600
@@ -218,7 +218,7 @@
  */
 #define SIZE 256
 
-#define IS_END         1 << 0
+#define IS_END         (1 << 0)
 struct _node
 {
 	struct _node *next[SIZE];

mercurial