mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +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_CONNECTED);
|
||||||
CASE_STR(COMMS_RELAYSTATE_ALLCONNECTED);
|
CASE_STR(COMMS_RELAYSTATE_ALLCONNECTED);
|
||||||
default:
|
default:
|
||||||
assert(0);
|
XP_ASSERT(0);
|
||||||
}
|
}
|
||||||
#undef CASE_STR
|
#undef CASE_STR
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue