mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix syntax error
This commit is contained in:
parent
5ed2892250
commit
0b96f001a5
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue