diff options
Diffstat (limited to 'psi/dwmainc.c')
-rw-r--r-- | psi/dwmainc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/dwmainc.c b/psi/dwmainc.c index cc0db1f2..7fd21b91 100644 --- a/psi/dwmainc.c +++ b/psi/dwmainc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -766,7 +766,7 @@ int wmain(int argc, wchar_t *argv[], wchar_t *envp[]) { } code = main_utf8(argc, nargv); - if (0) { + if (0) { err: fprintf(stderr, "Ghostscript failed to initialise due to malloc failure\n"); |