summaryrefslogtreecommitdiff
path: root/include/lcms2_plugin.h
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2011-03-11 16:14:51 +0100
committerMarti Maria <info@littlecms.com>2011-03-11 16:14:51 +0100
commit314bc7201d340ab303b36a0ade2c37cf40b83a3b (patch)
tree4209c74140f53d4e94ec64c6fedb7728ae07ea32 /include/lcms2_plugin.h
parent1647ce11d8194fa70da7b7b5c31673626be6ab53 (diff)
downloadlcms2-314bc7201d340ab303b36a0ade2c37cf40b83a3b.tar.gz
Fixing several minor issues
Diffstat (limited to 'include/lcms2_plugin.h')
-rw-r--r--include/lcms2_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index 896fa49..340f27c 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2010 Marti Maria Saguer
+// Copyright (c) 1998-2011 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"),
@@ -387,7 +387,7 @@ typedef struct _cms_typehandler_struct {
void *Ptr);
// Additional parameters used by the calling thread
- cmsContext ContextID;
+ cmsContext ContextID;
cmsUInt32Number ICCVersion;
} cmsTagTypeHandler;