mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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();
|
||||
}
|
||||
|
||||
static void
|
||||
static XP_Bool
|
||||
btTimerProc( void* closure, XWTimerReason why )
|
||||
{
|
||||
PalmBTStuff* btStuff;
|
||||
|
@ -977,6 +977,7 @@ btTimerProc( void* closure, XWTimerReason why )
|
|||
} else {
|
||||
pbt_postpone( btStuff, PBT_ACT_CONNECT_ACL );
|
||||
}
|
||||
return XP_TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue