commit 7526eea2620e66dc52ed272fe705d048139d8acd parent e8b5ec611779ab79d6e52e95bdacb50418e8630c Author: sin <sin@2f30.org> Date: Thu, 11 Jun 2015 12:09:07 +0100 Style fix Diffstat:
M | colors.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/colors.c b/colors.c @@ -58,7 +58,6 @@ pointcmp(struct point *p1, struct point *p2) return distance(¢er, p1) - distance(¢er, p2); } - RB_GENERATE(pointtree, point, rb_e, pointcmp) void