broadway: Fix gcc warning

This commit is contained in:
Benjamin Otte 2013-10-16 14:42:35 +02:00
parent 58ff183e1e
commit f0d3d72574

View File

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