diff options
Diffstat (limited to 'libxrdp/xrdp_fastpath.c')
| -rw-r--r-- | libxrdp/xrdp_fastpath.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libxrdp/xrdp_fastpath.c b/libxrdp/xrdp_fastpath.c index 8739c764..f84f5ae1 100644 --- a/libxrdp/xrdp_fastpath.c +++ b/libxrdp/xrdp_fastpath.c @@ -117,7 +117,7 @@ xrdp_fastpath_init(struct xrdp_fastpath *self, struct stream *s)  int APP_CC  xrdp_fastpath_send(struct xrdp_fastpath *self, struct stream *s)  { -    if (trans_force_write_s(self->trans, s) != 0) +	if (trans_force_write_s(self->trans, s) != 0)      {          return 1;      } | 
