colors

extract colors from pictures
git clone git://git.2f30.org/colors
Log | Files | Refs | README | LICENSE

commit f3a58130e556aa3c4d074a85b31cc811a38d32fa
parent 2a945fc158c1ca8d069e1c074531478c799566dc
Author: sin <sin@2f30.org>
Date:   Thu, 11 Jun 2015 10:10:22 +0100

Style fix

Diffstat:
Mcolors.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/colors.c b/colors.c @@ -14,7 +14,9 @@ #define LEN(x) (sizeof (x) / sizeof *(x)) struct point { - int x, y, z; + int x; + int y; + int z; struct cluster *c; TAILQ_ENTRY(point) e; };