Changeset 8253


Ignore:
Timestamp:
06/13/12 18:29:02 (12 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/MagickCore/image.c

    r8252 r8253  
    13041304    return((Image *) NULL); 
    13051305  status=MagickTrue; 
    1306   SetImageColorspace(mask_image,GRAYColorspace,exception); 
     1306  (void) SetImageColorspace(mask_image,GRAYColorspace,exception); 
    13071307  mask_image->mask=MagickFalse; 
    13081308  image_view=AcquireVirtualCacheView(image,exception); 
Note: See TracChangeset for help on using the changeset viewer.