From: cristy Date: Wed, 27 Jun 2012 13:30:13 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba3c57068fd1444a5e021ef69eb05f2a56401f47;p=imagemagick --- diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index 510d34f07..214dcfdae 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -366,7 +366,7 @@ static inline Image *GetImageCache(const ImageInfo *image_info,const char *path, return(image); } -static MagickBooleanType IsPathWritable(const char *path) +static inline MagickBooleanType IsPathWritable(const char *path) { if (IsPathAccessible(path) == MagickFalse) return(MagickFalse);