fix wince compile error

This commit is contained in:
ehouse 2009-08-29 13:06:48 +00:00
parent d29b048504
commit 6a36c045b6

View file

@ -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;