From f4370698e162d6b9ab932c645ceafa4d89c03e53 Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 10 Aug 2015 01:06:02 +0300 Subject: [PATCH] Missing space --- link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link.c b/link.c index f44bf51..6f2ef04 100644 --- a/link.c +++ b/link.c @@ -3814,7 +3814,7 @@ static const int shapes[] = { XC_arrow, XC_hand2, XC_exchange, XC_crosshair, XC_xterm }; -#define CURS_COUNT (sizeof (shapes)/ sizeof (shapes[0])) +#define CURS_COUNT (sizeof (shapes) / sizeof (shapes[0])) static struct { Window wid; -- 2.11.4.GIT