diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:25:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:25:17 +0200 |
commit | c2ca7be5a751879159f3cb591a64bb9568b79762 (patch) | |
tree | 04e38d4f4a2aad4d789bda0a65b7abb80a3439a2 /gamut/maptest.c | |
parent | 45c152c326d87478fbf41714b4b8e2f7b57a282b (diff) | |
parent | 3db384424bd7398ffbb7a355cab8f15f3add009f (diff) |
Updated version 1.9.1+repack from 'upstream/1.9.1+repack'
with Debian dir 98a996367aa69ae41accf9c6d369f600bc94de80
Diffstat (limited to 'gamut/maptest.c')
-rw-r--r-- | gamut/maptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamut/maptest.c b/gamut/maptest.c index 433e719..ae74a1c 100644 --- a/gamut/maptest.c +++ b/gamut/maptest.c @@ -33,7 +33,6 @@ #include "rspl.h" #include "gammap.h" #include "vrml.h" -#include "ui.h" void usage(void) { fprintf(stderr,"Map bteween two gamuts, Version %s\n",ARGYLL_VERSION_STR); @@ -203,6 +202,7 @@ main(int argc, char *argv[]) { gimg, /* Image gamut */ gout, /* Destination gamut */ &gmi, + NULL, /* No gamut hull gamut */ 0, 0, /* Normal black points */ 0, /* Normal CMY cusp mapping */ 0, /* No relative weighting override */ |