mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix compiler warning
This commit is contained in:
parent
bdc2300f84
commit
8a0b2f3bbb
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName )
|
|||
ctxt->super.numEdges = dictLength / 3;
|
||||
# endif
|
||||
#endif
|
||||
} else {
|
||||
offset = 0;
|
||||
}
|
||||
|
||||
if ( dictLength > 0 ) {
|
||||
|
|
Loading…
Reference in a new issue