Merge pull request #103 from metalefty/fix-comment-in-block-comment

xrdpapi: Fix comment, no logic change
This commit is contained in:
jsorg71 2014-01-16 14:30:42 -08:00
commit 6350945d55

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)