Revert "broadway: Fix gcc warning"

This reverts commit f0d3d72574.
This commit is contained in:
Jasper St. Pierre 2013-11-05 11:13:57 -05:00
parent 42acaac7d6
commit 0a40951f40

View File

@ -567,7 +567,7 @@ parse_input (BroadwayInput *input)
}
else
{
parse_input_message (input, (char *) data);
parse_input_message (input, data);
}
break;
case BROADWAY_WS_CNX_PING: