From 36fe1751bec3c5079368ed0fd7c20a6546c6b8c3 Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 29 Sep 2011 11:28:37 +0000 Subject: [PATCH] --- MagickCore/draw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: % -- 2.40.0