summaryrefslogtreecommitdiff
path: root/coders/mvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/mvg.c')
-rw-r--r--coders/mvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coders/mvg.c b/coders/mvg.c
index 36c4f4460..1591a2e71 100644
--- a/coders/mvg.c
+++ b/coders/mvg.c
@@ -210,7 +210,7 @@ static Image *ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
draw_info->primitive[GetBlobSize(image)]='\0';
}
}
- (void) DrawImage(image,draw_info);
+ (void) DrawImage(image,draw_info,exception);
draw_info=DestroyDrawInfo(draw_info);
(void) CloseBlob(image);
return(GetFirstImageInList(image));