diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 19:33:54 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 19:33:54 -0700 |
| commit | 87ab0218e2af4828a0e9c854afc37eb413a7b4fb (patch) | |
| tree | f4f07b6c26af9c3384cb01a8d54554931f25aeda /libxrdp/xrdp_mcs.c | |
| parent | fdc6aaad8bc98bb7479a9b93b06bb78a899dab04 (diff) | |
| download | xrdp-proprietary-87ab0218e2af4828a0e9c854afc37eb413a7b4fb.tar.gz xrdp-proprietary-87ab0218e2af4828a0e9c854afc37eb413a7b4fb.zip | |
no logic change, remove tabs
Diffstat (limited to 'libxrdp/xrdp_mcs.c')
| -rw-r--r-- | libxrdp/xrdp_mcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/xrdp_mcs.c b/libxrdp/xrdp_mcs.c index 1a7a0411..618a3433 100644 --- a/libxrdp/xrdp_mcs.c +++ b/libxrdp/xrdp_mcs.c @@ -67,7 +67,7 @@ xrdp_mcs_delete(struct xrdp_mcs* self) xrdp_iso_delete(self->iso_layer); /* make sure we get null pointer exception if struct is used again. */ DEBUG(("xrdp_mcs_delete processed")) - g_memset(self,0,sizeof(struct xrdp_mcs)) ; + g_memset(self,0,sizeof(struct xrdp_mcs)) ; g_free(self); } @@ -135,7 +135,7 @@ xrdp_mcs_recv(struct xrdp_mcs* self, struct stream* s, int* chan) /* this is channels getting added from the client */ if (appid == MCS_CJRQ) { - g_writeln("channel join request received"); + g_writeln("channel join request received"); in_uint16_be(s, userid); in_uint16_be(s, chanid); DEBUG(("xrdp_mcs_recv adding channel %4.4x", chanid)); |
