index
:
libclut
master
[Almost feature complete] C library for manipulating colour lookup tables
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
test.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index b49ac75..bac8111 100644
--- a/
test.c
+++ b/
test.c
@@ -446,7 +446,7 @@ rgb_conversion_done:
free(d1.red);
free(d2.red);
return rc;
- fail:
+fail:
perror(*argv);
return 2;
(void) argc;