aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test.c2
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;