diff options
Diffstat (limited to 'tests/ring_check.c')
-rw-r--r-- | tests/ring_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ring_check.c b/tests/ring_check.c index f4830068..863802c7 100644 --- a/tests/ring_check.c +++ b/tests/ring_check.c @@ -186,7 +186,7 @@ int main(int argc, char *argv[]) image.dp = malloc(sizeof(float *)); image.dp[0] = malloc(128*128*sizeof(float)); - image.bad = malloc(sizeof(uint16_t *)); + image.bad = malloc(sizeof(int *)); image.bad[0] = calloc(128*128, sizeof(int)); image.lambda = ph_eV_to_lambda(1000.0); |