From: anthony Date: Thu, 29 Sep 2011 11:28:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36fe1751bec3c5079368ed0fd7c20a6546c6b8c3;p=imagemagick --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index ee38ad689..91e7e8163 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -215,9 +215,9 @@ MagickExport DrawInfo *AcquireDrawInfo(void) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% CloneDrawInfo() makes a copy of the given draw info structure. If NULL -% is specified, a new image info structure is created initialized to -% default values. +% CloneDrawInfo() makes a copy of the given draw_info structure. If NULL +% is specified, a new draw_info structure is created initialized to +% default values, according to the given image_info. % % The format of the CloneDrawInfo method is: %