commit | f432c635c526259b858c9aad3d409c5c44545686 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sun Dec 07 15:11:28 2014 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sun Dec 07 15:11:28 2014 +0000 |
tree | 7cf8e6ab97df2460932b996a6bd86b61503dfcae | |
parent | 62a3eb7b8f250e5252093826b03b4f83094af293 [diff] [blame] |
diff --git a/api_examples/cli_operators.c b/api_examples/cli_operators.c index 7cff593..f16be94 100644 --- a/api_examples/cli_operators.c +++ b/api_examples/cli_operators.c
@@ -32,7 +32,7 @@ MagickCoreGenesis(argv[0],MagickFalse); - cli_wand = AcquireMagickCLI((ImageInfo *)NULL,(ExceptionInfo *)NULL); + cli_wand = AcquireMagickCLI((ImageInfo *) NULL,(ExceptionInfo *) NULL); CLISettingOptionInfo (cli_wand, "-size", "100x100"); CLISpecialOperator (cli_wand, "-read", "xc:red");