Skip to content

Commit

Permalink
Fix the missing return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Jan 16, 2024
1 parent 4c3500b commit 1dbdbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libime/pinyin/pinyindictionary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ void PinyinDictionary::matchWordsPrefix(const char *data, size_t size,
return callback(view.substr(0, sep), view.substr(sep + 1),
value);
}
return true;
},
node.second);
}
Expand Down

0 comments on commit 1dbdbc1

Please sign in to comment.