From 3fee463ee24536144b053cc519cf963afb08dfb4 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 3 Nov 2019 17:54:20 +1100 Subject: [PATCH] ghostscript: fix conflicting types fixes #2424 --- src/ghostscript-1-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ghostscript-1-fixes.patch b/src/ghostscript-1-fixes.patch index 20a05d37..6f0aeab1 100644 --- a/src/ghostscript-1-fixes.patch +++ b/src/ghostscript-1-fixes.patch @@ -57,7 +57,7 @@ index 1111111..2222222 100644 + +#ifdef __MINGW32__ +int -+gp_local_arg_encoding_get_codepoint(FILE *file, const char **astr) ++gp_local_arg_encoding_get_codepoint(gp_file *file, const char **astr) +{ + int len; + int c;