fix(all): fixed coverity scan problems for second submiting1

This commit is contained in:
Alex Duan 2022-10-22 16:22:24 +08:00
parent 39c800da80
commit 699b573b6f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ bool insertWord(STire* tire, char* word);
bool deleteWord(STire* tire, char* word);
// match prefix words, if match is not NULL , put all item to match and return match
SMatch* matchPrefix(STire* tire, char* prefix, SMatch* match);
void matchPrefix(STire* tire, char* prefix, SMatch* match);
// get all items from tires tree
SMatch* enumAll(STire* tire);