summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'psi/zpdf_r6.c')
-rw-r--r--psi/zpdf_r6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/zpdf_r6.c b/psi/zpdf_r6.c
index a958fdb2..218e4540 100644
--- a/psi/zpdf_r6.c
+++ b/psi/zpdf_r6.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
@@ -144,7 +144,7 @@ zcheck_r6_password(i_ctx_t * i_ctx_p)
return_error(gs_error_typecheck);
if (!r_has_type(Pref, t_string))
return_error(gs_error_typecheck);
-
+
code = dict_find_string(CryptDict, "O", &Oref);
if (code < 0)
return code;