From: anthony Date: Thu, 19 Jan 2012 05:26:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d76067b1c6b57cf1e55c82708f40c3c502077ae0;p=imagemagick --- diff --git a/MagickCore/option.h b/MagickCore/option.h index ec1ab6099..10e3d27fd 100644 --- a/MagickCore/option.h +++ b/MagickCore/option.h @@ -138,7 +138,7 @@ typedef enum DrawInfoOptionFlag = 0x0002, /* Setting for DrawInfo */ QuantizeInfoOptionFlag = 0x0004, /* Setting for QuantizeInfo */ GlobalOptionFlag = 0x0008, /* Setting for Global Option */ - SettingOptionFlags = 0x000F /* mask for all setting options */ + SettingOptionFlags = 0x000F, /* mask for all setting options */ SimpleOperatorOptionFlag = 0x0010, /* Simple Image processing operator */ ListOperatorOptionFlag = 0x0020, /* Multi-Image processing operator */ @@ -147,7 +147,7 @@ typedef enum NonConvertOptionFlag = 0x1000, /* Option not used by Convert */ FireOptionFlag = 0x4000, /* Convert operation seq firing point */ - DeprecateOptionFlag = 0x8000, /* Deprecate option, give warning */ + DeprecateOptionFlag = 0x8000 /* Deprecate option, give warning */ } CommandOptionFlags;