From 60d5d6353e6992fa07bfd75786a388566443c3fa Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 4 Mar 2018 18:06:12 -0500 Subject: [PATCH] ... --- coders/ps.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coders/ps.c b/coders/ps.c index dd1434e68..dcd4a5e97 100644 --- a/coders/ps.c +++ b/coders/ps.c @@ -216,8 +216,8 @@ static MagickBooleanType InvokePostscriptDelegate( gsapi_init_with_args; ghost_info_struct.run_string=(int (*)(gs_main_instance *,const char *,int, int *)) gsapi_run_string; - ghost_info_struct.set_stdio=(int (*)(gs_main_instance *,int(*)(void *,char *, - int),int(*)(void *,const char *,int),int(*)(void *, const char *, int))) + ghost_info_struct.set_stdio=(int (*)(gs_main_instance *,int (*)(void *,char *, + int),int (*)(void *,const char *,int),int (*)(void *, const char *, int))) gsapi_set_stdio; ghost_info_struct.revision=(int (*)(gsapi_revision_t *,int)) gsapi_revision; #endif @@ -243,7 +243,7 @@ static MagickBooleanType InvokePostscriptDelegate( (ghost_info->delete_instance)(interpreter); return(MagickFalse); } - (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *, + (void) (ghost_info->set_stdio)(interpreter,(int (MagickDLLCall *)(void *, char *,int)) NULL,PostscriptDelegateMessage,PostscriptDelegateMessage); status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1); if (status == 0) -- 2.40.0