]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Sun, 26 Feb 2012 23:20:29 +0000 (23:20 +0000)
committeranthony <anthony@git.imagemagick.org>
Sun, 26 Feb 2012 23:20:29 +0000 (23:20 +0000)
MagickCore/option.c

index fc726882cd4c9eefd499380b85ca0d9e8c70c2cd..d08999712e3549c4a8a0c58b31c962678f1bc9fa 100644 (file)
@@ -168,6 +168,8 @@ static const OptionInfo
     */
     { "(", 0L, SpecialOptionFlag, MagickTrue },
     { ")", 0L, SpecialOptionFlag, MagickTrue },
+    { "{", 0L, SpecialOptionFlag, MagickTrue },
+    { "}", 0L, SpecialOptionFlag, MagickTrue },
     { "--", 0L, SpecialOptionFlag, MagickTrue },
     { "+adaptive-blur", 1L, DeprecateOptionFlag, MagickTrue },
     { "-adaptive-blur", 1L, SimpleOperatorOptionFlag, MagickFalse },