From b49960d176131cd8ed4af15542d7e868f944a351 Mon Sep 17 00:00:00 2001 From: Koichi KAMICHI Date: Mon, 16 Feb 2004 00:47:45 +0000 Subject: [PATCH] Fixed typos in comment area... --- kagecgi/kagetool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kagecgi/kagetool.c b/kagecgi/kagetool.c index 5c5a96e..91cacdf 100755 --- a/kagecgi/kagetool.c +++ b/kagecgi/kagetool.c @@ -181,12 +181,12 @@ GString * CalcSizes(const GString *in, int mode){ cuty++; } - //especially get small the 'mouse' + //especially get small the 'mouth' if(mode == 2 && flg_boxT % 16 == 15){ widthT = widthT - kWidth * (max(0, 16 - (int)yokoT * 4)); heightT = heightT - kWidth * (max(0, 16 - (int)tateT * 4)); } - //'dot' as same as 'mouse' + //'dot' as same as 'mouth' if(mode == 2 && tateT == 1 && yokoT == 1){ widthT = pngWidth * 0.9 * 0.5; heightT = pngWidth * 0.9 * 0.5; -- 1.7.10.4