]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Wed, 1 Feb 2017 01:11:09 +0000 (20:11 -0500)
committerCristy <urban-warrior@imagemagick.org>
Wed, 1 Feb 2017 01:11:09 +0000 (20:11 -0500)
MagickCore/blob.c

index 4523d9478040d7ba3e62e0ef68f9fee37fb41358..2c43fd30d156b2695e16cbc94e722966c610e0b2 100644 (file)
@@ -708,7 +708,7 @@ MagickExport void *DetachBlob(BlobInfo *blob_info)
   data=blob_info->data;
   blob_info->data=(unsigned char *) NULL;
   blob_info->stream=(StreamHandler) NULL;
-  blob_info->custom_info=(CustomBlobInfo*) NULL;
+  blob_info->custom_info=(CustomBlobInfo *) NULL;
   return(data);
 }
 \f
@@ -1639,7 +1639,7 @@ MagickExport void *ImageToBlob(const ImageInfo *image_info,
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  ImageToCustomBlob() is the equivalent of WriteImage(), but writes the
-%  formatted "file" to the suplied method rather than to an actual file.
+%  formatted "file" to the supplied method rather than to an actual file.
 %
 %  The format of the ImageToCustomBlob method is:
 %
@@ -2038,7 +2038,7 @@ MagickExport void *ImagesToBlob(const ImageInfo *image_info,Image *images,
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  ImagesToCustomBlob() is the equivalent of WriteImages(), but writes the
-%  formatted "file" to the suplied method rather than to an actual file.
+%  formatted "file" to the supplied method rather than to an actual file.
 %
 %  The format of the ImageToCustomBlob method is:
 %