mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
silence picky compiler
This commit is contained in:
parent
0d4404d43b
commit
fc4a5c31f4
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ dict_getNthWord( const DictionaryCtxt* dict, DictWord* word,
|
|||
wordIndex = word->position;
|
||||
}
|
||||
|
||||
WordFinder finder;
|
||||
WordFinder finder = NULL; /* stupid compiler */
|
||||
XP_U32 repeats = 0;
|
||||
if ( wordIndex < position ) {
|
||||
finder = nextWord;
|
||||
|
|
Loading…
Reference in a new issue