Commit 75ef2333 authored by unknown's avatar unknown

code clean-up


strings/ctype-tis620.c:
  making final code clean-up
parent 61950d51
......@@ -501,8 +501,6 @@ static uchar* thai2sortable(const uchar * tstr,uint len)
*pRight2++ = t_ctype[*p][1];
*pRight3++ = t_ctype[*p][2];
/* *pRight4++ = t_ctype[*p][3]; */
if (!(len--))
break;
p += 2;
} else {
*pRight1 = t_ctype[*p][0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment