summaryrefslogtreecommitdiff
path: root/src/testpattern/testpattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testpattern/testpattern.h')
-rw-r--r--src/testpattern/testpattern.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testpattern/testpattern.h b/src/testpattern/testpattern.h
index 3f96c11..29bd3c3 100644
--- a/src/testpattern/testpattern.h
+++ b/src/testpattern/testpattern.h
@@ -1,5 +1,5 @@
/*
- * "$Id: testpattern.h,v 1.20 2010/09/06 17:08:39 rlk Exp $"
+ * "$Id: testpattern.h,v 1.21 2014/01/23 13:22:41 rlk Exp $"
*
* Test pattern generator for Gimp-Print
*
@@ -37,10 +37,10 @@ typedef struct
} type;
union {
struct {
- double mins[32];
- double vals[32];
- double gammas[32];
- double levels[32];
+ double mins[STP_CHANNEL_LIMIT];
+ double vals[STP_CHANNEL_LIMIT];
+ double gammas[STP_CHANNEL_LIMIT];
+ double levels[STP_CHANNEL_LIMIT];
double lower;
double upper;
} pattern;