]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 11 Sep 2009 03:46:56 +0000 (03:46 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 11 Sep 2009 03:46:56 +0000 (03:46 +0000)
magick/nt-base.c

index dd40d543638d9345cb68c98294bae7587d5fe577..1d871d9bcabd6434ff4177a239e9c516199cfcc2 100644 (file)
@@ -938,7 +938,7 @@ MagickExport int NTGhostscriptDLL(char *path,int length)
   *path='\0';
   if ((*dll == '\0') &&
       (NTGhostscriptGetString("GS_DLL",dll,sizeof(dll)) == FALSE))
-   return(FALSE);
+    return(FALSE);
   (void) CopyMagickString(path,dll,length);
   return(TRUE);
 }