From b74d881864a3749cb7da22f94d717229bbba9ded Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 2 Aug 2007 15:26:19 +0000 Subject: [PATCH] fix comment --- plugin/gd/gvrender_gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/gd/gvrender_gd.c b/plugin/gd/gvrender_gd.c index 0e26b819b..f7e84efda 100644 --- a/plugin/gd/gvrender_gd.c +++ b/plugin/gd/gvrender_gd.c @@ -312,7 +312,7 @@ static void gdgen_textpara(GVJ_t * job, pointf p, textpara_t * para) if (para->fontsize <= FONTSIZE_MUCH_TOO_SMALL) { /* ignore entirely */ } else if (para->fontsize <= FONTSIZE_TOO_SMALL) { - /* draw para in place of text */ + /* draw line in place of text */ gdImageLine(im, ROUND(mp.x), ROUND(mp.y), ROUND(ep.x), ROUND(ep.y), job->obj->pencolor.u.index); -- 2.40.0