Evas linebraek: Fix liblinebreak's CB class at sot handling.

SVN revision: 59204
This commit is contained in:
Tom Hacohen 2011-05-05 11:05:50 +00:00
parent bf909af0f3
commit a4dbf6867b
1 changed files with 3 additions and 0 deletions

View File

@ -554,6 +554,9 @@ nextline:
case LBP_NL:
lbcCur = LBP_BK;
break;
case LBP_CB:
lbcCur = LBP_BA;
break;
case LBP_SP:
lbcCur = LBP_WJ;
break;