From: cristy Date: Wed, 5 Oct 2011 21:13:24 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c689f1fb710bfc0760d5f2e12873c35de3df126c;p=imagemagick --- diff --git a/MagickWand/operation.c b/MagickWand/operation.c index b09b4e4b0..9c89ace2c 100644 --- a/MagickWand/operation.c +++ b/MagickWand/operation.c @@ -43,7 +43,7 @@ % % Anthony Thyssen, Sept 2011 */ -#if 1 +#if 0 /* Include declarations. diff --git a/coders/xps.c b/coders/xps.c index 0d6d4803f..65e6f6897 100644 --- a/coders/xps.c +++ b/coders/xps.c @@ -59,6 +59,7 @@ #include "MagickCore/memory_.h" #include "MagickCore/monitor.h" #include "MagickCore/monitor-private.h" +#include "MagickCore/option.h" #include "MagickCore/profile.h" #include "MagickCore/resource_.h" #include "MagickCore/quantum-private.h" @@ -111,7 +112,7 @@ static Image *ReadXPSImage(const ImageInfo *image_info,ExceptionInfo *exception) input_filename[MaxTextExtent]; const char - option; + *option; const DelegateInfo *delegate_info;