mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix compiler warning
This commit is contained in:
parent
dbab3bc4fd
commit
308aa3ae42
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;
|
ctxt->super.numEdges = dictLength / 3;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
} else {
|
||||||
|
offset = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( dictLength > 0 ) {
|
if ( dictLength > 0 ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue