Comment fix.
%
% The format of the DisassociateBlob method is:
%
-% MagickBooleanType DisassociateBlob(const Image *image)
+% void DisassociateBlob(const Image *image)
%
% A description of each parameter follows:
%
const StringInfo
*profile;
+ DisassociateImageStream(next);
next->taint=MagickFalse;
GetPathComponent(magick_filename,MagickPath,magick_path);
if (*magick_path == '\0' && *next->magick == '\0')
%
% The format of the DisassociateImageStream method is:
%
-% MagickBooleanType DisassociateImageStream(const Image *image)
+% void DisassociateImageStream(const Image *image)
%
% A description of each parameter follows:
%