diff options
Diffstat (limited to 'profile/mppcheck.c')
-rwxr-xr-x | profile/mppcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/mppcheck.c b/profile/mppcheck.c index 6615a84..07ecc16 100755 --- a/profile/mppcheck.c +++ b/profile/mppcheck.c @@ -502,7 +502,7 @@ int main(int argc, char *argv[]) xsp2cie *sc; xspect sp; - if ((sc = new_xsp2cie(icxIT_D50, NULL, icxOT_CIE_1931_2, NULL, icSigLabData, icxClamp)) == NULL) + if ((sc = new_xsp2cie(icxIT_D50, 0.0, NULL, icxOT_CIE_1931_2, NULL, icSigLabData, icxClamp)) == NULL) error("Failed to create xsp2cie object"); /* Set standard D50 viewer & illum. */ |