diff options
Diffstat (limited to 'icc/mcheck.c')
-rw-r--r-- | icc/mcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icc/mcheck.c b/icc/mcheck.c index 9000650..54811c3 100644 --- a/icc/mcheck.c +++ b/icc/mcheck.c @@ -155,7 +155,7 @@ main( error ("%d, %s",rd_icco->errc, rd_icco->err); } /* Get details of conversion */ - luo->spaces(luo, &ins, &inn, &outs, NULL, &alg, NULL, NULL, NULL); + luo->spaces(luo, &ins, &inn, &outs, NULL, &alg, NULL, NULL, NULL, NULL); if (alg != icmLutType) { error("Expecting Lut based profile"); |