mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
don't pass wrong proc ptr
This commit is contained in:
parent
f312f8fdb3
commit
eccfbb5ccc
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static XP_S16 ce_send_proc( const XP_U8* buf, XP_U16 len,
|
||||||
|
|
||||||
#ifdef COMMS_HEARTBEAT
|
#ifdef COMMS_HEARTBEAT
|
||||||
static void ce_reset_proc( void* closure );
|
static void ce_reset_proc( void* closure );
|
||||||
# define CE_RESET_PROC ce_send_proc,
|
# define CE_RESET_PROC ce_reset_proc,
|
||||||
#else
|
#else
|
||||||
# define CE_RESET_PROC
|
# define CE_RESET_PROC
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue