diff options
| author | ArvidNorr <norrarvid@gmail.com> | 2012-06-17 23:14:40 -0700 |
|---|---|---|
| committer | ArvidNorr <norrarvid@gmail.com> | 2012-06-17 23:14:40 -0700 |
| commit | 1011b4a25656fed871ddb6e8d782f65fa0e97d9f (patch) | |
| tree | b67ba22d0ca3151c24eaa4409b3cbe1e49af6c85 /common/trans.c | |
| parent | 4ba8cdc343d96cd449c18c107f623e8e73d2d470 (diff) | |
| parent | 31a5dd33ddfa86e195469dff776e7ca1cf4d7b06 (diff) | |
| download | xrdp-proprietary-1011b4a25656fed871ddb6e8d782f65fa0e97d9f.tar.gz xrdp-proprietary-1011b4a25656fed871ddb6e8d782f65fa0e97d9f.zip | |
Merge pull request #22 from ArvidNorr/moduleload
Moduleload
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) { |
