summaryrefslogtreecommitdiff
path: root/base/gsicc_create.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-01-04 18:44:01 +0000
committerRobin Watts <robin.watts@artifex.com>2016-01-04 18:59:07 +0000
commit94ce8c79aca2a839f369a3d61347facb1b5bef7e (patch)
tree0d9cefa9bd9bfb28e576a4e55fd346d47630fa66 /base/gsicc_create.c
parent438f429625773d675a0649fb189e1378be2c6b29 (diff)
downloadghostpdl-94ce8c79aca2a839f369a3d61347facb1b5bef7e.tar.gz
Fix harmless tiny type typo in icc stuff.
This shuts clang up.
Diffstat (limited to 'base/gsicc_create.c')
-rw-r--r--base/gsicc_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gsicc_create.c b/base/gsicc_create.c
index 57511c15d..fdc638cd4 100644
--- a/base/gsicc_create.c
+++ b/base/gsicc_create.c
@@ -802,7 +802,7 @@ scale_matrix(float *matrix_input,float scale_factor)
static void
add_gammadata(unsigned char *input_ptr, unsigned short gamma,
- icTagSignature curveType)
+ icTagTypeSignature curveType)
{
unsigned char *curr_ptr;