diff options
| author | norrarvid <norrarvid@gmail.com> | 2012-05-29 13:24:23 +0200 |
|---|---|---|
| committer | norrarvid <norrarvid@gmail.com> | 2012-05-29 13:24:23 +0200 |
| commit | 2109d7a044430ee4ad5b51f2c18cc496be0e7fd8 (patch) | |
| tree | 17d9b9852a05fe9f9a67540670bef1b3c3d14b69 /common/trans.c | |
| parent | 60b052965634be151d88f7011149d0edc71f23d8 (diff) | |
| parent | a45f993bfe74aed27245454f1ae32302b0528d9f (diff) | |
| download | xrdp-proprietary-2109d7a044430ee4ad5b51f2c18cc496be0e7fd8.tar.gz xrdp-proprietary-2109d7a044430ee4ad5b51f2c18cc496be0e7fd8.zip | |
merge comments defines and simplified function
Diffstat (limited to 'common/trans.c')
| -rw-r--r-- | common/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.c b/common/trans.c index 377b90ba..6b762d00 100644 --- a/common/trans.c +++ b/common/trans.c @@ -69,7 +69,7 @@ trans_delete(struct trans* self) /*****************************************************************************/ int APP_CC -trans_get_wait_objs(struct trans* self, tbus* objs, int* count, int* timeout) +trans_get_wait_objs(struct trans* self, tbus* objs, int* count) { if (self == 0) { |
