From: Cristy Date: Wed, 1 Feb 2017 01:11:09 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.4-7~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f1f6b186b6f44d8c04e9515fd0a8d382657bee9;p=imagemagick ... --- diff --git a/MagickCore/blob.c b/MagickCore/blob.c index 4523d9478..2c43fd30d 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c @@ -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); } @@ -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: %