ghostscript: fix conflicting types

fixes #2424
This commit is contained in:
Tony Theodore 2019-11-03 17:54:20 +11:00
parent 6dfdebbc0d
commit 3fee463ee2
1 changed files with 1 additions and 1 deletions

View File

@ -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;