From dde4c9a9d7aa0befc65b2690b297fd1eb22c4293 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 1 Apr 2010 01:08:52 +0000 Subject: [PATCH] --- magick/blob.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magick/blob.c b/magick/blob.c index 48fded4ff..b0bd22a1b 100644 --- a/magick/blob.c +++ b/magick/blob.c @@ -2445,8 +2445,8 @@ MagickExport MagickBooleanType OpenBlob(const ImageInfo *image_info, ExceptionInfo *sans_exception; - struct stat - *properties; + struct stat + *properties; sans_exception=AcquireExceptionInfo(); magick_info=GetMagickInfo(image_info->magick,sans_exception); -- 2.50.1