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 /xrdp/xrdp_mm.c | |
| parent | fdc6aaad8bc98bb7479a9b93b06bb78a899dab04 (diff) | |
| download | xrdp-proprietary-87ab0218e2af4828a0e9c854afc37eb413a7b4fb.tar.gz xrdp-proprietary-87ab0218e2af4828a0e9c854afc37eb413a7b4fb.zip | |
no logic change, remove tabs
Diffstat (limited to 'xrdp/xrdp_mm.c')
| -rw-r--r-- | xrdp/xrdp_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c index 0ba2f72f..0b764cc6 100644 --- a/xrdp/xrdp_mm.c +++ b/xrdp/xrdp_mm.c @@ -1845,7 +1845,7 @@ void init_channel_allowed(struct xrdp_wm* wm) /* first reset allowedchannels */ for (i = 0; i < MAX_NR_CHANNELS; i++) { - /* 0 is a valid channel so we use -1 to mark the index as unused */ + /* 0 is a valid channel so we use -1 to mark the index as unused */ wm->allowedchannels[i] = -1; } names = list_create(); |
