aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-08-13 22:55:13 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-13 22:55:13 -0700
commita9552f8f0233c04dd5237c35027f309e6ec0b6f9 (patch)
tree09bebf3fe2da022bd6b32fa304c0cf87454fe0fd /java/src/com/android/inputmethod
parent78028cb6e04be92bb062d02ca94f73d6b3c96d65 (diff)
parent5d6b8e181811e10b38dd30f4ba33757bb2162552 (diff)
downloadlatinime-a9552f8f0233c04dd5237c35027f309e6ec0b6f9.tar.gz
latinime-a9552f8f0233c04dd5237c35027f309e6ec0b6f9.tar.xz
latinime-a9552f8f0233c04dd5237c35027f309e6ec0b6f9.zip
am 5d6b8e18: Fix a bug that would prevent spell checking
* commit '5d6b8e181811e10b38dd30f4ba33757bb2162552': Fix a bug that would prevent spell checking
Diffstat (limited to 'java/src/com/android/inputmethod')
-rw-r--r--java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java b/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java
index 0103e8423..bd92d883b 100644
--- a/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java
+++ b/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java
@@ -111,6 +111,7 @@ public class SpellCheckerProximityInfo {
NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL,
NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL,
NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL,
+ NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL,
};
static {
buildProximityIndices(PROXIMITY, INDICES);