Moved #endif to silence compiler warning.

This commit is contained in:
Dirk Lemstra
2020-09-19 10:06:26 +02:00
parent 21c46ace2c
commit a7daffd6b9
+1 -1
View File
@@ -44,7 +44,6 @@ static int MagickDLLCall GhostscriptDelegateMessage(void *handle,
(*messages)[length+offset] ='\0';
return(length);
}
#endif
static double GhostscriptVersion(const GhostInfo *ghost_info)
{
@@ -57,6 +56,7 @@ static double GhostscriptVersion(const GhostInfo *ghost_info)
return(revision.revision/1000.0);
return(revision.revision/100.0);
}
#endif
static inline MagickBooleanType InvokeGhostscriptDelegate(
const MagickBooleanType verbose,const char *command,char *message,