fix syntax error

This commit is contained in:
ehouse 2005-11-27 20:04:46 +00:00
parent 5ed2892250
commit 0b96f001a5

View file

@ -29,7 +29,7 @@ typedef struct CEBitmapInfo {
} CEBitmapInfo;
DictionaryCtxt* ce_dictionary_make(CEAppGlobals* globals, XP_UCHAR* name);
DictionaryCtxt* ce_dictionary_make_empty( globals );
DictionaryCtxt* ce_dictionary_make_empty( CEAppGlobals* globals );
XP_Bool ce_pickDictFile( CEAppGlobals* globals, XP_UCHAR* buf, XP_U16 len );