Merge pull request #103 from metalefty/fix-comment-in-block-comment
xrdpapi: Fix comment, no logic change
This commit is contained in:
commit
6350945d55
@ -184,7 +184,7 @@ mysend(int sck, const void* adata, int bytes)
|
|||||||
* write data to client connection
|
* write data to client connection
|
||||||
*
|
*
|
||||||
* @return 0 on success, -1 on error
|
* @return 0 on success, -1 on error
|
||||||
/*****************************************************************************/
|
*****************************************************************************/
|
||||||
int
|
int
|
||||||
WTSVirtualChannelWrite(void *hChannelHandle, const char *Buffer,
|
WTSVirtualChannelWrite(void *hChannelHandle, const char *Buffer,
|
||||||
unsigned int Length, unsigned int *pBytesWritten)
|
unsigned int Length, unsigned int *pBytesWritten)
|
||||||
|
Loading…
Reference in New Issue
Block a user