summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'psi/zform.c')
-rw-r--r--psi/zform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/zform.c b/psi/zform.c
index 3c00b5a5..64224805 100644
--- a/psi/zform.c
+++ b/psi/zform.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2020 Artifex Software, Inc.
+/* Copyright (C) 2001-2021 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -61,7 +61,7 @@ static int zbeginform(i_ctx_t *i_ctx_p)
tmplate.BBox.p.y = BBox[1];
tmplate.BBox.q.x = BBox[2];
tmplate.BBox.q.y = BBox[3];
-
+
code = dict_floats_param(imemory, op, "Matrix", 6, Matrix, NULL);
if (code < 0)
return code;