diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -446,7 +446,7 @@ rgb_conversion_done: free(d1.red); free(d2.red); return rc; - fail: +fail: perror(*argv); return 2; (void) argc; |