fix compiler warning

This commit is contained in:
ehouse 2006-05-12 07:55:36 +00:00
parent bdc2300f84
commit 8a0b2f3bbb

View file

@ -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 ) {