]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Fri, 12 Oct 2018 22:37:40 +0000 (18:37 -0400)
committerCristy <urban-warrior@imagemagick.org>
Fri, 12 Oct 2018 22:37:40 +0000 (18:37 -0400)
coders/pdf.c

index 4e621b62501fd00e98718e002779e8d8f4dcd3c5..39c8bf6316afb4a7fcd69bb6599a31a94f249b2a 100644 (file)
@@ -273,10 +273,9 @@ static MagickBooleanType InvokePDFDelegate(const MagickBooleanType verbose,
           args_start,errors);
       else
         {
-          (void) ThrowMagickException(exception,GetMagickModule(),
-            DelegateError,"PDFDelegateFailed",
-            "`[ghostscript library %.2f]%s': %s",(double) revision.revision/
-            100.0,args_start,errors);
+          (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
+            "PDFDelegateFailed","`[ghostscript library %.2f]%s': %s",(double)
+            revision.revision/100.0,args_start,errors);
           if (errors != (char *) NULL)
             errors=DestroyString(errors);
           (void) LogMagickEvent(CoderEvent,GetMagickModule(),