mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
fix wince compile error
This commit is contained in:
parent
d29b048504
commit
6a36c045b6
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ CommsRelayState2Str( CommsRelayState state )
|
|||
CASE_STR(COMMS_RELAYSTATE_CONNECTED);
|
||||
CASE_STR(COMMS_RELAYSTATE_ALLCONNECTED);
|
||||
default:
|
||||
assert(0);
|
||||
XP_ASSERT(0);
|
||||
}
|
||||
#undef CASE_STR
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue