colors

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

commit f63f575fa8d01bf43125d98a7076038de2cf3957
parent d791168b4325a4fb9f26de622abb6d5052ad95fb
Author: sin <sin@2f30.org>
Date:   Sat, 13 Jun 2015 12:23:32 +0100

Style fixes

Diffstat:
Mbin/hex2col.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/hex2col.c b/bin/hex2col.c @@ -84,9 +84,7 @@ int main(int argc, char *argv[]) { char hex[8]; - int rgb[3], - color = 0, - truemod = 0; + int rgb[3], color = 0, truemod = 0; /* either use the "true-colors" ANSI escape (works only with Xterm) */ if (argc > 1 && strncmp(argv[1], "-t", 2) == 0)