mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
make function signature match param type
This commit is contained in:
parent
e83786759c
commit
95ad9bbc6e
1 changed files with 2 additions and 1 deletions
|
@ -964,7 +964,7 @@ pbt_reset_buffers( PalmBTStuff* btStuff )
|
||||||
LOG_RETURN_VOID();
|
LOG_RETURN_VOID();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static XP_Bool
|
||||||
btTimerProc( void* closure, XWTimerReason why )
|
btTimerProc( void* closure, XWTimerReason why )
|
||||||
{
|
{
|
||||||
PalmBTStuff* btStuff;
|
PalmBTStuff* btStuff;
|
||||||
|
@ -977,6 +977,7 @@ btTimerProc( void* closure, XWTimerReason why )
|
||||||
} else {
|
} else {
|
||||||
pbt_postpone( btStuff, PBT_ACT_CONNECT_ACL );
|
pbt_postpone( btStuff, PBT_ACT_CONNECT_ACL );
|
||||||
}
|
}
|
||||||
|
return XP_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Reference in a new issue