summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2010-05-20 17:48:14 +0200
committerMarti Maria <info@littlecms.com>2010-05-20 17:48:14 +0200
commit0cc1927ed1d7777310f6f1f7ae48429484090df0 (patch)
tree58aafb77576c69d8cd6c0b7fc5848342bb2eed35 /utils
parent5e638baf4848861a4075c2cfdf7c77623633a152 (diff)
downloadlcms2-0cc1927ed1d7777310f6f1f7ae48429484090df0.tar.gz
Trilinear interpolation in Lab indexed LUTS
Diffstat (limited to 'utils')
-rw-r--r--utils/jpgicc/jpgicc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jpgicc/jpgicc.c b/utils/jpgicc/jpgicc.c
index c299c96..1ab7c72 100644
--- a/utils/jpgicc/jpgicc.c
+++ b/utils/jpgicc/jpgicc.c
@@ -60,7 +60,7 @@ static struct jpeg_compress_struct Compressor;
static struct my_error_mgr {
- struct jpeg_error_mgr pub; // "public" fields
+ struct jpeg_error_mgr pub; // "public" fields
void* Cargo; // "private" fields
} ErrorHandler;