]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Thu, 9 Aug 2012 05:02:21 +0000 (05:02 +0000)
committeranthony <anthony@git.imagemagick.org>
Thu, 9 Aug 2012 05:02:21 +0000 (05:02 +0000)
MagickWand/wandcli-private.h

index 4e84a6d1576233ccb39fa1fab0907da90af89159..436a3412c4eb500bbd16c3ddbc2c264a17a9314c 100644 (file)
@@ -100,8 +100,8 @@ typedef struct _Stack
 */
 struct _MagickCLI       /* CLI interface version of MagickWand */
 {
-  struct _MagickWand    /* this must be the first structure */
-     wand;
+  struct _MagickWand    /* This must be the first structure */
+     wand;              /* The Image List and Global Option Settings */
 
   QuantizeInfo
     *quantize_info;     /* for CLI API usage, not used by MagickWand API */