]> code.delx.au - spectrwm/commitdiff
No point having static here.
authorTiago Cunha <tcunha@gmx.com>
Thu, 24 May 2012 20:42:46 +0000 (21:42 +0100)
committerTiago Cunha <tcunha@gmx.com>
Tue, 5 Jun 2012 21:32:02 +0000 (22:32 +0100)
spectrwm.c

index 4179ce372b49896fa335c5feb3893045e3602ab2..2852769b38a09f8fc8a70901f05f11b4ccc6d0cb 100644 (file)
@@ -4588,7 +4588,7 @@ key_cmp(struct key *kp1, struct key *kp2)
        return (0);
 }
 
-RB_GENERATE_STATIC(key_tree, key, entry, key_cmp);
+RB_GENERATE(key_tree, key, entry, key_cmp);
 struct key_tree                        keys;
 
 /* mouse */