xrdpapi: Fix comment, no logic change

This commit is contained in:
Koichiro IWAO 2013-12-27 08:17:44 +09:00
parent 7d82cbf741
commit 53e360b5ed
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ mysend(int sck, const void* adata, int bytes)
* write data to client connection
*
* @return 0 on success, -1 on error
/*****************************************************************************/
*****************************************************************************/
int
WTSVirtualChannelWrite(void *hChannelHandle, const char *Buffer,
unsigned int Length, unsigned int *pBytesWritten)