summaryrefslogtreecommitdiff
path: root/testbed/testcms2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testbed/testcms2.c')
-rw-r--r--testbed/testcms2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testbed/testcms2.c b/testbed/testcms2.c
index 838c160..717b1c9 100644
--- a/testbed/testcms2.c
+++ b/testbed/testcms2.c
@@ -8384,11 +8384,11 @@ int CheckGammaSpaceDetection(void)
return 1;
}
-// Per issue #308. A built-in corrypted by using write raw tag was causing a segfault
+// Per issue #308. A built-in is corrupted by using write raw tag was causing a segfault
static
int CheckInducedCorruption(void)
{
- cmsHTRANSFORM xform0, xform1;
+ cmsHTRANSFORM xform0;
char garbage[] = "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b";
cmsHPROFILE hsrgb = cmsCreate_sRGBProfile();
cmsHPROFILE hLab = cmsCreateLab4Profile(NULL);