summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2015-12-11 20:37:43 -0800
committerJay Sorg <jay.sorg@gmail.com>2015-12-11 20:37:43 -0800
commit4f128c530c6b7bfd014f23878f83bcd2369f793f (patch)
tree708d62cf7115e5453c12bff479bd78bfb3fd15b2 /common
parent96a237c8efdc32ef531d488d3f771084ff21086a (diff)
downloadxrdp-proprietary-4f128c530c6b7bfd014f23878f83bcd2369f793f.tar.gz
xrdp-proprietary-4f128c530c6b7bfd014f23878f83bcd2369f793f.zip
no logic change, remove trailing space
Diffstat (limited to 'common')
-rw-r--r--common/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.c b/common/trans.c
index d9f71c8a..e9fe64fc 100644
--- a/common/trans.c
+++ b/common/trans.c
@@ -607,7 +607,7 @@ trans_write_copy_s(struct trans *self, struct stream *out_s)
return 0;
}
/* did not send right away, have to copy */
- make_stream(wait_s);
+ make_stream(wait_s);
init_stream(wait_s, size);
if (self->si != 0)
{