Merge "Fix a bug giving broken characters" into jb-mr1-dev

main
Jean Chalard 2012-08-29 20:26:39 -07:00 committed by Android (Google) Code Review
commit 5ad47f0acc
1 changed files with 1 additions and 1 deletions

View File

@ -302,6 +302,6 @@ int ProximityInfo::getKeyKeyDistanceG(int key0, int key1) const {
if (keyId0 >= 0 && keyId1 >= 0) {
return mKeyKeyDistancesG[keyId0][keyId1];
}
return 0;
return MAX_POINT_TO_KEY_LENGTH;
}
} // namespace latinime