summaryrefslogtreecommitdiff
path: root/coders/caption.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/caption.c')
-rw-r--r--coders/caption.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/coders/caption.c b/coders/caption.c
index d9382447f..929b24933 100644
--- a/coders/caption.c
+++ b/coders/caption.c
@@ -17,7 +17,7 @@
% February 2002 %
% %
% %
-% Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization %
+% Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization %
% dedicated to making software imaging solutions freely available. %
% %
% You may not use this file except in compliance with the License. You may %
@@ -304,8 +304,8 @@ static Image *ReadCAPTIONImage(const ImageInfo *image_info,
caption=DestroyString(caption);
(void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",MagickMax(
draw_info->direction == RightToLeftDirection ? (double) image->columns-
- metrics.bounds.x2 : -metrics.bounds.x1,0.0),(draw_info->gravity ==
- UndefinedGravity ? MagickMax(metrics.ascent,metrics.bounds.y2) : 0.0));
+ metrics.bounds.x2 : -metrics.bounds.x1,0.0),draw_info->gravity ==
+ UndefinedGravity ? MagickMax(metrics.ascent,metrics.bounds.y2) : 0.0);
(void) CloneString(&draw_info->geometry,geometry);
status=AnnotateImage(image,draw_info,exception);
if (image_info->pointsize == 0.0)