Compare commits

...

1 Commits

Author SHA1 Message Date
e8bcde1cc1 linux build fix 2019-02-22 22:01:37 -08:00

View File

@ -110,10 +110,6 @@ int main(int argc, char** argv)
{
return ix::ws_ping_pong_main(url);
}
else
{
assert(false);
}
return 1;
}