From f228cc3b46a2d3149b838875664059d85ec9c2d5 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 27 Nov 2005 20:04:46 +0000 Subject: [PATCH] fix syntax error --- xwords4/wince/cedict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/wince/cedict.h b/xwords4/wince/cedict.h index 1d14326de..3511ac123 100755 --- a/xwords4/wince/cedict.h +++ b/xwords4/wince/cedict.h @@ -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 );