forked from AuroraMiddleware/gtk
broadway: Fix gcc warning
This commit is contained in:
parent
58ff183e1e
commit
f0d3d72574
@ -567,7 +567,7 @@ parse_input (BroadwayInput *input)
|
||||
}
|
||||
else
|
||||
{
|
||||
parse_input_message (input, data);
|
||||
parse_input_message (input, (char *) data);
|
||||
}
|
||||
break;
|
||||
case BROADWAY_WS_CNX_PING:
|
||||
|
Loading…
Reference in New Issue
Block a user