summaryrefslogtreecommitdiff
path: root/src/cmstypes.c
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2014-03-07 12:53:51 +0100
committerMarti Maria <info@littlecms.com>2014-03-07 12:53:51 +0100
commita5bbc044b47f2fd82a91155dde74f92d795877f1 (patch)
tree0d988a49b748319cf3ef995b0454d7d195f8785f /src/cmstypes.c
parent6ddf13dc1e1116811aa0b14bc8597b44510c8513 (diff)
downloadlcms2-a5bbc044b47f2fd82a91155dde74f92d795877f1.tar.gz
Some copyright updates
Diffstat (limited to 'src/cmstypes.c')
-rw-r--r--src/cmstypes.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cmstypes.c b/src/cmstypes.c
index a9e3fa0..60c09ef 100644
--- a/src/cmstypes.c
+++ b/src/cmstypes.c
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2011 Marti Maria Saguer
+// Copyright (c) 1998-2014 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
@@ -32,7 +32,7 @@
// are no profiles holding them. The programmer can also extend this list by defining his own types
// by using the appropiate plug-in. There are three types of plug ins regarding that. First type
// allows to define new tags using any existing type. Next plug-in type allows to define new types
-// and the third one is very specific: allows to extend the number of elements in the multiprofile
+// and the third one is very specific: allows to extend the number of elements in the multiprocessing
// elements special type.
//--------------------------------------------------------------------------------------------------
@@ -1752,7 +1752,6 @@ void *Type_LUT8_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cms
if (!_cmsReadUInt8Number(io, NULL)) goto Error;
// Do some checking
-
if (InputChannels > cmsMAXCHANNELS) goto Error;
if (OutputChannels > cmsMAXCHANNELS) goto Error;