diff options
Diffstat (limited to 'Xi/getfctl.c')
-rw-r--r-- | Xi/getfctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/getfctl.c b/Xi/getfctl.c index 2772c0c26..5f97cc3a9 100644 --- a/Xi/getfctl.c +++ b/Xi/getfctl.c @@ -265,7 +265,7 @@ SRepXGetFeedbackControl(ClientPtr client, int size, swaps(&rep->sequenceNumber); swapl(&rep->length); swaps(&rep->num_feedbacks); - WriteToClient(client, size, (char *) rep); + WriteToClient(client, size, rep); } /*********************************************************************** |