Skip to content

Commit

Permalink
fixes a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epico committed Jul 22, 2016
1 parent 7a21bf2 commit dff1089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pinyin.cpp
Expand Up @@ -2331,6 +2331,8 @@ static size_t _compute_zero_start(PhoneticKeyMatrix & matrix, size_t offset) {
matrix.get_item(index, 0, key, key_rest);
if (zero_key == key)
offset = index;
else
break;
}

return offset;
Expand Down

0 comments on commit dff1089

Please sign in to comment.