From 0f1f6b186b6f44d8c04e9515fd0a8d382657bee9 Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 31 Jan 2017 20:11:09 -0500 Subject: [PATCH] ... --- MagickCore/blob.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: % -- 2.40.0